Home
last modified time | relevance | path

Searched defs:actionType (Results 1 – 17 of 17) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/
H A DClassifierTest.java86 protected static int getPointerAction(int actionType, int index) { in getPointerAction()
115 private MotionEvent appendMotionEvent(int actionType, float x, float y) { in appendMotionEvent()
122 private MotionEvent appendMotionEvent(int actionType, float x, float y, long eventTime) { in appendMotionEvent()
143 protected MotionEvent appendTrackpadPointerDownEvent(int actionType, float x, float y, in appendTrackpadPointerDownEvent()
148 private MotionEvent appendTrackpadMotionEvent(int actionType, float x, float y, in appendTrackpadMotionEvent()
155 private MotionEvent appendTrackpadMotionEvent(int actionType, float x, float y, in appendTrackpadMotionEvent()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DSmartActionsReceiver.java53 String actionType = intent.getStringExtra(EXTRA_ACTION_TYPE); in onReceive() local
67 intent.getStringExtra(EXTRA_ID), actionType, true, in onReceive() local
H A DActionProxyReceiver.java100 String actionType = Intent.ACTION_EDIT.equals(intent.getAction()) in onReceive() local
104 intent.getStringExtra(EXTRA_ID), actionType, false, null); in onReceive() local
H A DScreenshotSmartActions.java66 ScreenshotSmartActionType actionType, in getSmartActionsFuture()
116 ScreenshotSmartActionType actionType) { in getSmartActions()
H A DScreenshotNotificationSmartActionsProvider.java80 ScreenshotSmartActionType actionType, UserHandle userHandle) { in getActions()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipAction.java65 TvPipAction(@ActionType int actionType, @NonNull SystemActionsHandler systemActionsHandler) { in TvPipAction()
91 void executeAction(@TvPipAction.ActionType int actionType); in executeAction()
H A DTvPipActionsProvider.java91 public void executeAction(@TvPipAction.ActionType int actionType) { in executeAction()
220 int getFirstIndexOfAction(@TvPipAction.ActionType int actionType) { in getFirstIndexOfAction()
H A DTvPipCustomAction.java47 TvPipCustomAction(@ActionType int actionType, @NonNull RemoteAction remoteAction, in TvPipCustomAction()
H A DTvPipSystemAction.java46 TvPipSystemAction(@ActionType int actionType, @StringRes int title, @DrawableRes int icon, in TvPipSystemAction()
H A DTvPipController.java690 private void executeAction(@TvPipAction.ActionType int actionType) { in executeAction()
/aosp14/frameworks/base/core/java/android/app/search/
H A DSearchTargetEvent.java131 @ActionType int actionType, in SearchTargetEvent()
242 public Builder(@NonNull String id, @ActionType int actionType) { in Builder()
252 public Builder(@NonNull List<String> ids, @ActionType int actionType) { in Builder()
/aosp14/frameworks/base/core/java/android/app/prediction/
H A DAppTargetEvent.java73 @ActionType int actionType) { in AppTargetEvent()
156 public Builder(@Nullable AppTarget target, @ActionType int actionType) { in Builder()
/aosp14/frameworks/base/core/java/android/app/slice/
H A DSliceMetrics.java86 public void logTouch(int actionType, @NonNull Uri subSlice) { in logTouch()
/aosp14/frameworks/base/core/java/android/view/textclassifier/
H A DSelectionEvent.java303 int start, int end, @SelectionEvent.ActionType int actionType) { in createSelectionActionEvent()
327 int start, int end, @SelectionEvent.ActionType int actionType, in createSelectionActionEvent()
H A DConversationAction.java231 public Builder(@NonNull @ActionType String actionType) { in Builder()
/aosp14/frameworks/base/core/java/android/widget/
H A DEditor.java5882 final int actionType = ev.getActionMasked(); in touchThrough() local
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...