Home
last modified time | relevance | path

Searched refs:INSERTION (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/
DTextViewActivityTest.java508 .perform(dragHandle(textView, Handle.INSERTION, text.indexOf('a'))); in testInsertionHandle()
512 .perform(dragHandle(textView, Handle.INSERTION, text.indexOf('f'))); in testInsertionHandle()
527 .perform(dragHandle(textView, Handle.INSERTION, text.indexOf('f'))); in testInsertionHandle_multiLine()
531 .perform(dragHandle(textView, Handle.INSERTION, text.indexOf('i'))); in testInsertionHandle_multiLine()
577 .perform(longPressAndDragHandle(textView, Handle.INSERTION, text.indexOf('t'))); in testInsertionHandle_longPressAndDragToSelect()
608 .perform(doubleTapAndDragHandle(textView, Handle.INSERTION, text.indexOf('t'))); in testInsertionHandle_doubleTapAndDragToSelect()
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DTextViewActions.java394 INSERTION enumConstant
/frameworks/base/core/java/android/widget/
DEditor.java186 MagnifierHandleTrigger.INSERTION})
189 int INSERTION = 0; field
194 @IntDef({TextActionMode.SELECTION, TextActionMode.INSERTION, TextActionMode.TEXT_LINK})
197 int INSERTION = 1; field
2265 new TextActionModeCallback(TextActionMode.INSERTION); in startInsertionActionMode()
5054 case MagnifierHandleTrigger.INSERTION: in obtainMagnifierShowCoordinates()
5652 return MagnifierHandleTrigger.INSERTION; in getMagnifierHandleTrigger()