Searched defs:actionType (Results 1 – 12 of 12) sorted by relevance
| /frameworks/base/core/java/android/app/search/ |
| D | SearchTargetEvent.java | 119 @ActionType int actionType, in SearchTargetEvent() 230 public Builder(@NonNull String id, @ActionType int actionType) { in Builder() 240 public Builder(@NonNull List<String> ids, @ActionType int actionType) { in Builder()
|
| /frameworks/base/core/java/android/app/prediction/ |
| D | AppTargetEvent.java | 68 @ActionType int actionType) { in AppTargetEvent() 151 public Builder(@Nullable AppTarget target, @ActionType int actionType) { in Builder()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
| D | ScreenshotSmartActions.java | 64 ScreenshotSmartActionType actionType, in getSmartActionsFuture() 115 ScreenshotSmartActionType actionType) { in getSmartActions()
|
| D | SmartActionsReceiver.java | 50 String actionType = intent.getStringExtra(EXTRA_ACTION_TYPE); in onReceive() local
|
| D | ActionProxyReceiver.java | 101 String actionType = Intent.ACTION_EDIT.equals(intent.getAction()) in onReceive() local
|
| D | ScreenshotNotificationSmartActionsProvider.java | 80 ScreenshotSmartActionType actionType, UserHandle userHandle) { in getActions()
|
| /frameworks/base/core/java/android/app/slice/ |
| D | SliceMetrics.java | 86 public void logTouch(int actionType, @NonNull Uri subSlice) { in logTouch()
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/ |
| D | ClassifierTest.java | 105 private MotionEvent appendMotionEvent(int actionType, float x, float y) { in appendMotionEvent() 112 private MotionEvent appendMotionEvent(int actionType, float x, float y, long eventTime) { in appendMotionEvent()
|
| /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/ |
| D | IOverviewProxy.aidl | 50 void onTip(int actionType, int viewType) = 10; in onTip()
|
| /frameworks/base/core/java/android/view/textclassifier/ |
| D | ConversationAction.java | 231 public Builder(@NonNull @ActionType String actionType) { in Builder()
|
| D | SelectionEvent.java | 303 int start, int end, @SelectionEvent.ActionType int actionType) { in createSelectionActionEvent() 327 int start, int end, @SelectionEvent.ActionType int actionType, in createSelectionActionEvent()
|
| /frameworks/base/core/java/android/widget/ |
| D | Editor.java | 5629 final int actionType = ev.getActionMasked(); in touchThrough() local
|