Searched refs:ACTION_ABANDON (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/base/core/java/android/view/textclassifier/ |
H A D | SelectionEvent.java | 44 ACTION_SHARE, ACTION_SMART_SHARE, ACTION_DRAG, ACTION_ABANDON, 70 public static final int ACTION_ABANDON = 107; field in SelectionEvent 83 ACTION_SHARE, ACTION_SMART_SHARE, ACTION_DRAG, ACTION_ABANDON, 352 case SelectionEvent.ACTION_ABANDON: // fall through in checkActionType() 631 case ACTION_ABANDON: // fall through in isTerminal()
|
H A D | TextClassificationSession.java | 215 case SelectionEvent.ACTION_ABANDON: in sanitizeEvent()
|
H A D | TextClassifierEvent.java | 482 eventType = SelectionEvent.ACTION_ABANDON; in toSelectionEvent()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/view/textclassifier/ |
H A D | SelectionEventTest.java | 42 SelectionEvent.createSelectionActionEvent(0, 1, SelectionEvent.ACTION_ABANDON); in testCreateSelectionActionEvent_valid()
|
H A D | TextClassifierEventTest.java | 206 0, 1, SelectionEvent.ACTION_ABANDON); in toSelectionEvent_selectionDismissed()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/ |
H A D | TextViewActivityTest.java | 1195 if (lastEvent.getEventType() == SelectionEvent.ACTION_ABANDON) { in testSelectionMetricsLogger_abandonEventIncludesEntityType() 1201 assertEquals(SelectionEvent.ACTION_ABANDON, lastEvent.getEventType()); in testSelectionMetricsLogger_abandonEventIncludesEntityType()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | SelectionActionModeHelper.java | 700 SelectionEvent.ACTION_ABANDON, in run()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 52406 field public static final int ACTION_ABANDON = 107; // 0x6b
|