diff options
author | Adam Powell <adamp@google.com> | 2010-09-20 11:23:56 -0700 |
---|---|---|
committer | Adam Powell <adamp@google.com> | 2010-09-21 17:11:41 -0700 |
commit | 9aed300279db6953356aed5ef24a42291f5829cb (patch) | |
tree | ec181e80d44bf55ec0bf768b3928b52a66a63113 /api/current.xml | |
parent | 62018429c2639b8a0f27e9b18b9b186df80bca4d (diff) | |
download | frameworks_base-9aed300279db6953356aed5ef24a42291f5829cb.zip frameworks_base-9aed300279db6953356aed5ef24a42291f5829cb.tar.gz frameworks_base-9aed300279db6953356aed5ef24a42291f5829cb.tar.bz2 |
Text selection anchors changed to use windows
Change-Id: I14f138039f5e3175a8c07f21985715b8447708e5
Diffstat (limited to 'api/current.xml')
-rw-r--r-- | api/current.xml | 150 |
1 files changed, 11 insertions, 139 deletions
diff --git a/api/current.xml b/api/current.xml index f2114e4..975ec7d 100644 --- a/api/current.xml +++ b/api/current.xml @@ -5817,17 +5817,6 @@ visibility="public" > </field> -<field name="kraken_resource_pad57" - type="int" - transient="false" - volatile="false" - value="16843464" - static="true" - final="true" - deprecated="not deprecated" - visibility="public" -> -</field> <field name="kraken_resource_pad6" type="int" transient="false" @@ -9513,6 +9502,17 @@ visibility="public" > </field> +<field name="textSelectHandleWindowStyle" + type="int" + transient="false" + volatile="false" + value="16843464" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="textSize" type="int" transient="false" @@ -166448,19 +166448,6 @@ <parameter name="event" type="android.view.MotionEvent"> </parameter> </method> -<method name="setCursorController" - return="void" - abstract="false" - native="false" - synchronized="false" - static="false" - final="false" - deprecated="not deprecated" - visibility="public" -> -<parameter name="cursorController" type="android.widget.TextView.CursorController"> -</parameter> -</method> </class> <class name="BaseKeyListener" extends="android.text.method.MetaKeyKeyListener" @@ -223581,121 +223568,6 @@ > </method> </class> -<interface name="TextView.CursorController" - abstract="true" - static="true" - final="false" - deprecated="not deprecated" - visibility="public" -> -<method name="draw" - return="void" - abstract="true" - native="false" - synchronized="false" - static="false" - final="false" - deprecated="not deprecated" - visibility="public" -> -<parameter name="canvas" type="android.graphics.Canvas"> -</parameter> -</method> -<method name="getOffsetX" - return="float" - abstract="true" - native="false" - synchronized="false" - static="false" - final="false" - deprecated="not deprecated" - visibility="public" -> -</method> -<method name="getOffsetY" - return="float" - abstract="true" - native="false" - synchronized="false" - static="false" - final="false" - deprecated="not deprecated" - visibility="public" -> -</method> -<method name="hide" - return="void" - abstract="true" - native="false" - synchronized="false" - static="false" - final="false" - deprecated="not deprecated" - visibility="public" -> -</method> -<method name="isShowing" - return="boolean" - abstract="true" - native="false" - synchronized="false" - static="false" - final="false" - deprecated="not deprecated" - visibility="public" -> -</method> -<method name="onTouchEvent" - return="boolean" - abstract="true" - native="false" - synchronized="false" - static="false" - final="false" - deprecated="not deprecated" - visibility="public" -> -<parameter name="event" type="android.view.MotionEvent"> -</parameter> -</method> -<method name="show" - return="void" - abstract="true" - native="false" - synchronized="false" - static="false" - final="false" - deprecated="not deprecated" - visibility="public" -> -</method> -<method name="updatePosition" - return="void" - abstract="true" - native="false" - synchronized="false" - static="false" - final="false" - deprecated="not deprecated" - visibility="public" -> -<parameter name="x" type="int"> -</parameter> -<parameter name="y" type="int"> -</parameter> -</method> -<field name="FADE_OUT_DURATION" - type="int" - transient="false" - volatile="false" - value="400" - static="true" - final="true" - deprecated="not deprecated" - visibility="public" -> -</field> -</interface> <interface name="TextView.OnEditorActionListener" abstract="true" static="true" |