Searched refs:createSelectionActionEvent (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/android/view/textclassifier/ |
H A D | SelectionEventTest.java | 35 SelectionEvent.createSelectionActionEvent(0, 1, SelectionEvent.ACTION_OVERTYPE); in testCreateSelectionActionEvent_valid() 36 SelectionEvent.createSelectionActionEvent(0, 1, SelectionEvent.ACTION_COPY); in testCreateSelectionActionEvent_valid() 37 SelectionEvent.createSelectionActionEvent(0, 1, SelectionEvent.ACTION_PASTE); in testCreateSelectionActionEvent_valid() 38 SelectionEvent.createSelectionActionEvent(0, 1, SelectionEvent.ACTION_CUT); in testCreateSelectionActionEvent_valid() 39 SelectionEvent.createSelectionActionEvent(0, 1, SelectionEvent.ACTION_SHARE); in testCreateSelectionActionEvent_valid() 41 SelectionEvent.createSelectionActionEvent(0, 1, SelectionEvent.ACTION_DRAG); in testCreateSelectionActionEvent_valid() 42 SelectionEvent.createSelectionActionEvent(0, 1, SelectionEvent.ACTION_ABANDON); in testCreateSelectionActionEvent_valid() 43 SelectionEvent.createSelectionActionEvent(0, 1, SelectionEvent.ACTION_OTHER); in testCreateSelectionActionEvent_valid() 44 SelectionEvent.createSelectionActionEvent(0, 1, SelectionEvent.ACTION_SELECT_ALL); in testCreateSelectionActionEvent_valid() 45 SelectionEvent.createSelectionActionEvent(0, 1, SelectionEvent.ACTION_RESET); in testCreateSelectionActionEvent_valid() [all …]
|
H A D | TextClassifierEventTest.java | 128 final SelectionEvent expected = SelectionEvent.createSelectionActionEvent( in toSelectionEvent_resetSelection() 183 final SelectionEvent expected = SelectionEvent.createSelectionActionEvent( in toSelectionEvent_copyAction() 205 final SelectionEvent expected = SelectionEvent.createSelectionActionEvent( in toSelectionEvent_selectionDismissed() 221 final SelectionEvent expected = SelectionEvent.createSelectionActionEvent( in toSelectionEvent_link_smartAction()
|
/aosp14/frameworks/base/core/java/android/view/textclassifier/ |
H A D | SelectionEvent.java | 302 public static SelectionEvent createSelectionActionEvent( in createSelectionActionEvent() method in SelectionEvent 326 public static SelectionEvent createSelectionActionEvent( in createSelectionActionEvent() method in SelectionEvent
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | SelectionActionModeHelper.java | 825 SelectionEvent.createSelectionActionEvent( in logSelectionAction() 830 SelectionEvent.createSelectionActionEvent( in logSelectionAction()
|
/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 | 56253 …nNull public static android.view.textclassifier.SelectionEvent createSelectionActionEvent(int, int… 56254 …nNull public static android.view.textclassifier.SelectionEvent createSelectionActionEvent(int, int…
|