Searched refs:INSERTION (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DSortedList.java49 private static final int INSERTION = 1; field in class:SortedList
542 int index = findIndexOf(item, mData, 0, mSize, INSERTION);
754 if (reason == INSERTION) {
764 return reason == INSERTION ? left : INVALID_POSITION;
/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewActivityTest.java485 .perform(dragHandle(textView, Handle.INSERTION, text.indexOf('a')));
489 .perform(dragHandle(textView, Handle.INSERTION, text.indexOf('f')));
504 .perform(dragHandle(textView, Handle.INSERTION, text.indexOf('a')));
508 .perform(dragHandle(textView, Handle.INSERTION, text.indexOf('f')));
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DTextViewActions.java313 INSERTION enum constant in enum:TextViewActions.Handle
/frameworks/base/core/java/android/widget/
H A DEditor.java176 MagnifierHandleTrigger.INSERTION})
179 int INSERTION = 0; field in interface:Editor.MagnifierHandleTrigger
184 @IntDef({TextActionMode.SELECTION, TextActionMode.INSERTION, TextActionMode.TEXT_LINK})
187 int INSERTION = 1; field in interface:Editor.TextActionMode
2105 new TextActionModeCallback(TextActionMode.INSERTION);
4801 case MagnifierHandleTrigger.INSERTION:
5210 return MagnifierHandleTrigger.INSERTION;

Completed in 184 milliseconds