Searched refs:INSERTION (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/widget/espresso/ |
D | TextViewActions.java | 314 INSERTION enumConstant
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | TextViewActivityTest.java | 485 .perform(dragHandle(textView, Handle.INSERTION, text.indexOf('a'))); in testInsertionHandle() 489 .perform(dragHandle(textView, Handle.INSERTION, text.indexOf('f'))); in testInsertionHandle() 504 .perform(dragHandle(textView, Handle.INSERTION, text.indexOf('a'))); in testInsertionHandle_multiLine() 508 .perform(dragHandle(textView, Handle.INSERTION, text.indexOf('f'))); in testInsertionHandle_multiLine()
|
/frameworks/base/core/java/android/widget/ |
D | Editor.java | 180 MagnifierHandleTrigger.INSERTION}) 183 int INSERTION = 0; field 188 @IntDef({TextActionMode.SELECTION, TextActionMode.INSERTION, TextActionMode.TEXT_LINK}) 191 int INSERTION = 1; field 2128 new TextActionModeCallback(TextActionMode.INSERTION); in startInsertionActionMode() 4871 case MagnifierHandleTrigger.INSERTION: in obtainMagnifierShowCoordinates() 5305 return MagnifierHandleTrigger.INSERTION; in getMagnifierHandleTrigger()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 81386 Landroid/widget/Editor$MagnifierHandleTrigger;->INSERTION:I 81578 Landroid/widget/Editor$TextActionMode;->INSERTION:I
|