Home
last modified time | relevance | path

Searched refs:ActionType (Results 1 – 16 of 16) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/controls/actions/
H A DControlAction.java66 public @interface ActionType {}; annotation in ControlAction
82 public static final @ActionType int TYPE_ERROR = -1;
87 public static final @ActionType int TYPE_BOOLEAN = 1;
92 public static final @ActionType int TYPE_FLOAT = 2;
97 public static final @ActionType int TYPE_MODE = 4;
102 public static final @ActionType int TYPE_COMMAND = 5;
159 public abstract @ActionType int getActionType(); in getActionType()
H A DCommandAction.java31 private static final @ActionType int TYPE = TYPE_COMMAND;
H A DModeAction.java33 private static final @ActionType int TYPE = TYPE_MODE;
H A DFloatAction.java30 private static final @ActionType int TYPE = TYPE_FLOAT;
H A DBooleanAction.java34 private static final @ActionType int TYPE = TYPE_BOOLEAN;
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipAction.java49 public @interface ActionType { annotation in TvPipAction
59 @ActionType
65 TvPipAction(@ActionType int actionType, @NonNull SystemActionsHandler systemActionsHandler) { in TvPipAction()
75 @ActionType
91 void executeAction(@TvPipAction.ActionType int actionType); in executeAction()
H A DTvPipSystemAction.java46 TvPipSystemAction(@ActionType int actionType, @StringRes int title, @DrawableRes int icon, in TvPipSystemAction()
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 DTvPipController.java690 private void executeAction(@TvPipAction.ActionType int actionType) { in executeAction()
757 @TvPipAction.ActionType
/aosp14/frameworks/base/core/java/android/app/search/
H A DSearchTargetEvent.java58 public @interface ActionType {} annotation in SearchTargetEvent
73 @ActionType
131 @ActionType int actionType, in SearchTargetEvent()
174 @ActionType
234 @ActionType
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.java41 public @interface ActionType {} annotation in AppTargetEvent
73 @ActionType int actionType) { in AppTargetEvent()
104 public @ActionType int getAction() { in getAction()
150 private @ActionType int mAction;
156 public Builder(@Nullable AppTarget target, @ActionType int actionType) { in Builder()
/aosp14/frameworks/base/core/java/android/view/textclassifier/
H A DConversationAction.java51 public @interface ActionType {} annotation in ConversationAction
116 @ActionType
166 @ActionType
221 @ActionType
231 public Builder(@NonNull @ActionType String actionType) { in Builder()
H A DSelectionEvent.java48 public @interface ActionType { annotation in SelectionEvent
303 int start, int end, @SelectionEvent.ActionType int actionType) { in createSelectionActionEvent()
327 int start, int end, @SelectionEvent.ActionType int actionType, in createSelectionActionEvent()
/aosp14/frameworks/base/core/java/android/widget/
H A DSelectionActionModeHelper.java629 @SelectionEvent.ActionType int action, in onSelectionAction()
815 @SelectionEvent.ActionType int action, in logSelectionAction()
1254 @SelectionEvent.ActionType
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt62268 Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent$ActionType;->ABANDON…
62269 Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent$ActionType;->COPY:I
62270 Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent$ActionType;->CUT:I
62271 Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent$ActionType;->DRAG:I
62272 Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent$ActionType;->OTHER:I
62273 Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent$ActionType;->OVERTYP…
62274 Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent$ActionType;->PASTE:I
62275 Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent$ActionType;->RESET:I
62276 Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent$ActionType;->SELECT_…
62277 Landroid/view/textclassifier/logging/SmartSelectionEventTracker$SelectionEvent$ActionType;->SHARE:I
[all …]