diff options
Diffstat (limited to 'api/current.xml')
-rw-r--r-- | api/current.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml index 2a7c516..290bd80 100644 --- a/api/current.xml +++ b/api/current.xml @@ -143781,6 +143781,29 @@ </parameter> </method> </interface> +<interface name="LeadingMarginSpan.LeadingMarginSpan2" + abstract="true" + static="true" + final="false" + deprecated="not deprecated" + visibility="public" +> +<implements name="android.text.style.LeadingMarginSpan"> +</implements> +<implements name="android.text.style.WrapTogetherSpan"> +</implements> +<method name="getLeadingMarginLineCount" + return="int" + abstract="true" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +</method> +</interface> <class name="LeadingMarginSpan.Standard" extends="java.lang.Object" abstract="false" |