Searched refs:ACTION_ABANDON (Results 1 – 9 of 9) sorted by relevance
/aosp14/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()
|
/aosp14/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()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/ |
H A D | TextViewActivityTest.java | 1169 if (lastEvent.getEventType() == SelectionEvent.ACTION_ABANDON) { in testSelectionMetricsLogger_abandonEventIncludesEntityType() 1175 assertEquals(SelectionEvent.ACTION_ABANDON, lastEvent.getEventType()); in testSelectionMetricsLogger_abandonEventIncludesEntityType()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | SelectionActionModeHelper.java | 710 SelectionEvent.ACTION_ABANDON, in run()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 56278 field public static final int ACTION_ABANDON = 107; // 0x6b
|