Searched refs:INSERTION (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/ |
H A D | TextViewActivityTest.java | 578 .perform(dragHandle(textView, Handle.INSERTION, text.indexOf('a'))); in testInsertionHandle() 582 .perform(dragHandle(textView, Handle.INSERTION, text.indexOf('f'))); in testInsertionHandle() 597 .perform(dragHandle(textView, Handle.INSERTION, text.indexOf('f'))); in testInsertionHandle_multiLine() 601 .perform(dragHandle(textView, Handle.INSERTION, text.indexOf('i'))); in testInsertionHandle_multiLine() 647 .perform(longPressAndDragHandle(textView, Handle.INSERTION, text.indexOf('t'))); in testInsertionHandle_longPressAndDragToSelect() 678 .perform(doubleTapAndDragHandle(textView, Handle.INSERTION, text.indexOf('t'))); in testInsertionHandle_doubleTapAndDragToSelect()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/espresso/ |
H A D | TextViewActions.java | 394 INSERTION enumConstant
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | Editor.java | 214 MagnifierHandleTrigger.INSERTION}) 217 int INSERTION = 0; field 222 @IntDef({TextActionMode.SELECTION, TextActionMode.INSERTION, TextActionMode.TEXT_LINK}) 225 int INSERTION = 1; field 2461 new TextActionModeCallback(TextActionMode.INSERTION); in startInsertionActionMode() 5403 case MagnifierHandleTrigger.INSERTION: in obtainMagnifierShowCoordinates() 6040 return MagnifierHandleTrigger.INSERTION; in getMagnifierHandleTrigger()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 66957 Landroid/widget/Editor$MagnifierHandleTrigger;->INSERTION:I 67149 Landroid/widget/Editor$TextActionMode;->INSERTION:I
|