Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DSortedList.java49 private static final int INSERTION = 1; field in SortedList
542 int index = findIndexOf(item, mData, 0, mSize, INSERTION); in add()
754 if (reason == INSERTION) { in findIndexOf()
764 return reason == INSERTION ? left : INVALID_POSITION; in findIndexOf()
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DTextViewActions.java313 INSERTION enumConstant
/frameworks/base/core/tests/coretests/src/android/widget/
DTextViewActivityTest.java485 .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/
DEditor.java176 MagnifierHandleTrigger.INSERTION})
179 int INSERTION = 0; field
184 @IntDef({TextActionMode.SELECTION, TextActionMode.INSERTION, TextActionMode.TEXT_LINK})
187 int INSERTION = 1; field
2105 new TextActionModeCallback(TextActionMode.INSERTION); in startInsertionActionMode()
4801 case MagnifierHandleTrigger.INSERTION: in obtainMagnifierShowCoordinates()
5210 return MagnifierHandleTrigger.INSERTION; in getMagnifierHandleTrigger()
/frameworks/base/config/
Dhiddenapi-private-dex.txt101550 Landroid/widget/Editor$MagnifierHandleTrigger;->INSERTION:I
101767 Landroid/widget/Editor$TextActionMode;->INSERTION:I