diff options
Diffstat (limited to 'api/current.xml')
-rw-r--r-- | api/current.xml | 103 |
1 files changed, 103 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml index 249f584..7372835 100644 --- a/api/current.xml +++ b/api/current.xml @@ -4189,6 +4189,17 @@ visibility="public" > </field> +<field name="fastScrollAlwaysVisible" + type="int" + transient="false" + volatile="false" + value="16843588" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="fastScrollEnabled" type="int" transient="false" @@ -10371,6 +10382,17 @@ visibility="public" > </field> +<field name="verticalScrollbarPosition" + type="int" + transient="false" + volatile="false" + value="16843587" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="verticalSpacing" type="int" transient="false" @@ -206780,6 +206802,17 @@ visibility="public" > </method> +<method name="getVerticalScrollbarPosition" + return="int" + abstract="false" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +</method> <method name="getVerticalScrollbarWidth" return="int" abstract="false" @@ -209227,6 +209260,19 @@ <parameter name="verticalScrollBarEnabled" type="boolean"> </parameter> </method> +<method name="setVerticalScrollbarPosition" + return="void" + abstract="false" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +<parameter name="position" type="int"> +</parameter> +</method> <method name="setVisibility" return="void" abstract="false" @@ -210016,6 +210062,39 @@ visibility="public" > </field> +<field name="SCROLLBAR_POSITION_DEFAULT" + type="int" + transient="false" + volatile="false" + value="0" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="SCROLLBAR_POSITION_LEFT" + type="int" + transient="false" + volatile="false" + value="1" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="SCROLLBAR_POSITION_RIGHT" + type="int" + transient="false" + volatile="false" + value="2" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="SELECTED_STATE_SET" type="int[]" transient="false" @@ -228926,6 +229005,17 @@ visibility="public" > </method> +<method name="isFastScrollAlwaysVisible" + return="boolean" + abstract="false" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +</method> <method name="isFastScrollEnabled" return="boolean" abstract="false" @@ -229213,6 +229303,19 @@ <parameter name="onTop" type="boolean"> </parameter> </method> +<method name="setFastScrollAlwaysVisible" + return="void" + abstract="false" + native="false" + synchronized="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +<parameter name="alwaysShow" type="boolean"> +</parameter> +</method> <method name="setFastScrollEnabled" return="void" abstract="false" |