Searched refs:ACTION_DRAG (Results 1 – 6 of 6) 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, 68 public static final int ACTION_DRAG = 106; field in SelectionEvent 83 ACTION_SHARE, ACTION_SMART_SHARE, ACTION_DRAG, ACTION_ABANDON, 351 case SelectionEvent.ACTION_DRAG: // fall through in checkActionType() 630 case ACTION_DRAG: // fall through in isTerminal()
|
H A D | TextClassifierEvent.java | 479 eventType = SelectionEvent.ACTION_DRAG; in toSelectionEvent()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/textclassifier/ |
H A D | SelectionEventTest.java | 41 SelectionEvent.createSelectionActionEvent(0, 1, SelectionEvent.ACTION_DRAG); in testCreateSelectionActionEvent_valid()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | SelectionActionModeHelper.java | 219 SelectionEvent.ACTION_DRAG, /* actionLabel= */ null, mTextClassification); in onSelectionDrag()
|
/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 | 56281 field public static final int ACTION_DRAG = 106; // 0x6a
|