Searched defs:actions (Results 1 - 18 of 18) sorted by relevance

/frameworks/compile/mclinker/unittests/
H A DInputTreeTest.cpp55 std::vector<InputAction*> actions; local
58 actions.push_back(new StartGroupAction(position++));
59 actions.push_back(new InputFileAction(position++, "path1"));
60 actions.push_back(new EndGroupAction(position++));
63 for (action = actions.begin(); action != actions.end(); ++action) {
/frameworks/support/v4/api22/android/support/v4/media/session/
H A DPlaybackStateCompatApi22.java31 float speed, long actions, CharSequence errorMessage, long updateTime,
37 stateObj.setActions(actions);
30 newInstance(int state, long position, long bufferedPosition, float speed, long actions, CharSequence errorMessage, long updateTime, List<Object> customActions, long activeItemId, Bundle extras) argument
/frameworks/support/v4/jellybean-mr2/android/support/v4/media/session/
H A DMediaSessionCompatApi18.java25 /***** PlaybackState actions *****/
60 public static void setTransportControlFlags(Object rccObj, long actions) { argument
62 getRccTransportControlFlagsFromActions(actions));
71 static int getRccTransportControlFlagsFromActions(long actions) { argument
73 MediaSessionCompatApi14.getRccTransportControlFlagsFromActions(actions);
74 if ((actions & ACTION_SEEK_TO) != 0) {
/frameworks/support/v4/kitkat/android/support/v4/media/session/
H A DMediaSessionCompatApi19.java26 /***** PlaybackState actions *****/
34 public static void setTransportControlFlags(Object rccObj, long actions) { argument
36 getRccTransportControlFlagsFromActions(actions));
43 public static void setMetadata(Object rccObj, Bundle metadata, long actions) { argument
48 if ((actions & ACTION_SET_RATING) != 0) {
59 static int getRccTransportControlFlagsFromActions(long actions) { argument
61 MediaSessionCompatApi18.getRccTransportControlFlagsFromActions(actions);
62 if ((actions & ACTION_SET_RATING) != 0) {
/frameworks/support/v4/api21/android/support/v4/media/session/
H A DPlaybackStateCompatApi21.java64 float speed, long actions, CharSequence errorMessage, long updateTime,
70 stateObj.setActions(actions);
63 newInstance(int state, long position, long bufferedPosition, float speed, long actions, CharSequence errorMessage, long updateTime, List<Object> customActions, long activeItemId) argument
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
H A DNotificationCompatImplBase.java50 boolean useChronometer, long when, List<T> actions, int[] actionsToShowInCompact,
53 number, largeIcon, subText, useChronometer, when, actions, actionsToShowInCompact,
64 boolean useChronometer, long when, List<T> actions, int[] actionsToShowInCompact,
70 final int numActions = actions.size();
83 final NotificationCompatBase.Action action = actions.get(actionsToShowInCompact[i]);
104 boolean useChronometer, long when, List<T> actions, boolean showCancelButton,
107 number, largeIcon, subText, useChronometer, when, actions, showCancelButton,
117 boolean useChronometer, long when, List<T> actions, boolean showCancelButton,
119 final int actionCount = Math.min(actions.size(), MAX_MEDIA_BUTTONS);
127 final RemoteViews button = generateMediaActionButton(context, actions
46 overrideContentView( NotificationBuilderWithBuilderAccessor builder, Context context, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, int number, Bitmap largeIcon, CharSequence subText, boolean useChronometer, long when, List<T> actions, int[] actionsToShowInCompact, boolean showCancelButton, PendingIntent cancelButtonIntent) argument
61 generateContentView( Context context, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, int number, Bitmap largeIcon, CharSequence subText, boolean useChronometer, long when, List<T> actions, int[] actionsToShowInCompact, boolean showCancelButton, PendingIntent cancelButtonIntent) argument
101 overrideBigContentView( Notification n, Context context, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, int number, Bitmap largeIcon, CharSequence subText, boolean useChronometer, long when, List<T> actions, boolean showCancelButton, PendingIntent cancelButtonIntent) argument
114 generateBigContentView( Context context, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, int number, Bitmap largeIcon, CharSequence subText, boolean useChronometer, long when, List<T> actions, boolean showCancelButton, PendingIntent cancelButtonIntent) argument
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DGuidedActionAdapter.java37 * GuidedActionAdapter instantiates views for guided actions, and manages their interactions.
121 * Constructs a GuidedActionAdapter with the given list of guided actions, the given click and
123 * @param actions The list of guided actions this adapter will manage.
128 public GuidedActionAdapter(List<GuidedAction> actions, ClickListener clickListener, argument
131 mActions = new ArrayList<GuidedAction>(actions);
139 * Sets the list of actions managed by this adapter.
140 * @param actions The list of actions to be managed.
142 public void setActions(List<GuidedAction> actions) { argument
294 ActionOnKeyListener(ClickListener listener, List<GuidedAction> actions) argument
[all...]
H A DGuidedStepFragment.java51 * possible actions.
57 * respond to user actions. At a minimum, subclasses should override:
61 * <li>{@link #onGuidedActionClicked}, to respond to those actions</li>
68 * GuidedActionsStylist} is responsible for the right actions view. The stylists use theme
158 * Creates the presenter used to style the guided actions panel. The default implementation
189 * Fills out the set of actions available to the user. This hook is called during {@link
190 * #onCreate}. The default leaves the list of actions empty; subclasses should override.
191 * @param actions A non-null, empty list ready to be populated.
194 public void onCreateActions(@NonNull List<GuidedAction> actions, Bundle savedInstanceState) { argument
263 * Returns the GuidedActionsStylist that displays the actions th
282 setActions(List<GuidedAction> actions) argument
[all...]
/frameworks/support/v4/api20/android/support/v4/app/
H A DNotificationCompatApi20.java119 return getActionCompatFromAction(notif.actions[actionIndex], actionFactory, remoteInputFactory);
147 * Get a list of notification compat actions by parsing actions stored within a list of
159 NotificationCompatBase.Action[] actions = actionFactory.newArray(parcelables.size());
160 for (int i = 0; i < actions.length; i++) {
162 actions[i] = getActionCompatFromAction(action, actionFactory, remoteInputFactory);
164 return actions;
169 * that matches what framework code would do to store an actions list in this way. In API20,
173 NotificationCompatBase.Action[] actions) {
174 if (actions
172 getParcelableArrayListForActions( NotificationCompatBase.Action[] actions) argument
[all...]
/frameworks/compile/mclinker/tools/mcld/
H A DMain.cpp810 std::vector<Action> actions; local
812 actions.reserve(32);
826 actions.push_back(std::move(action));
829 actions.push_back(std::move(action));
833 actions.push_back(std::move(action));
846 actions.push_back(std::move(action));
854 actions.push_back(std::move(action));
857 actions.push_back(std::move(action));
861 actions.push_back(std::move(action));
870 actions
[all...]
/frameworks/support/v4/ics/android/support/v4/media/session/
H A DMediaSessionCompatApi14.java46 /***** PlaybackState actions *****/
81 public static void setTransportControlFlags(Object rccObj, long actions) { argument
83 getRccTransportControlFlagsFromActions(actions));
132 static int getRccTransportControlFlagsFromActions(long actions) { argument
134 if ((actions & ACTION_STOP) != 0) {
137 if ((actions & ACTION_PAUSE) != 0) {
140 if ((actions & ACTION_PLAY) != 0) {
143 if ((actions & ACTION_REWIND) != 0) {
146 if ((actions & ACTION_SKIP_TO_PREVIOUS) != 0) {
149 if ((actions
[all...]
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java421 * actions were broadcast.
481 * actions were broadcast.
541 * is in discoverable mode and that the correct actions were broadcast.
584 * device is in in connectable mode and that the correct actions were broadcast.
627 * and that the correct actions were broadcast.
665 * and that the correct actions were broadcast.
739 * and that the correct actions were broadcast.
752 * and that the correct actions were broadcast.
838 * and that the correct actions were broadcast.
910 * profile is connected and that the correct actions wer
1390 addReceiver(BroadcastReceiver receiver, String[] actions) argument
[all...]
/frameworks/base/media/java/android/media/session/
H A DPlaybackState.java280 bob.append(", actions=").append(mActions);
281 bob.append(", custom actions=").append(mCustomActions);
351 * Get the current actions available on this session. This should use a
352 * bitmask of the available actions.
375 * Get the list of custom actions.
494 long actions = 0;
498 actions |= getActionForRccFlag((int) flag);
502 return actions;
508 public static int getRccControlFlagsFromActions(long actions) { argument
511 while (action <= actions
893 setActions(long actions) argument
[all...]
/frameworks/support/v4/java/android/support/v4/media/session/
H A DPlaybackStateCompat.java272 float rate, long actions, CharSequence errorMessage, long updateTime,
279 mActions = actions;
308 bob.append(", actions=").append(mActions);
310 bob.append(", custom actions=").append(mCustomActions);
384 * Get the current actions available on this session. This should use a
385 * bitmask of the available actions.
409 * Get the list of custom actions.
542 * app specific actions to {@link MediaControllerCompat Controllers}.
271 PlaybackStateCompat(int state, long position, long bufferedPosition, float rate, long actions, CharSequence errorMessage, long updateTime, List<PlaybackStateCompat.CustomAction> customActions, long activeItemId, Bundle extras) argument
/frameworks/support/v4/jellybean/android/support/v4/app/
H A DNotificationCompatJellybean.java295 Log.e(TAG, "Unable to access notification actions", e);
310 Log.e(TAG, "Unable to access notification actions", e);
327 sActionsField = Notification.class.getDeclaredField("actions");
331 Log.e(TAG, "Unable to access notification actions", e);
334 Log.e(TAG, "Unable to access notification actions", e);
347 NotificationCompatBase.Action[] actions = actionFactory.newArray(parcelables.size());
348 for (int i = 0; i < actions.length; i++) {
349 actions[i] = getActionFromBundle((Bundle) parcelables.get(i),
352 return actions;
369 NotificationCompatBase.Action[] actions) {
368 getParcelableArrayListForActions( NotificationCompatBase.Action[] actions) argument
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java335 * Notification extras key: the indices of actions to be shown in the compact view,
452 public ArrayList<Parcelable> getParcelableArrayListForActions(Action[] actions); argument
510 public ArrayList<Parcelable> getParcelableArrayListForActions(Action[] actions) { argument
628 Action[] actions) {
629 return NotificationCompatJellybean.getParcelableArrayListForActions(actions);
733 Action[] actions) {
734 return NotificationCompatApi20.getParcelableArrayListForActions(actions);
793 ArrayList<Action> actions) {
794 for (Action action : actions) {
1806 * to attach actions
627 getParcelableArrayListForActions( Action[] actions) argument
732 getParcelableArrayListForActions( Action[] actions) argument
792 addActionsToBuilder(NotificationBuilderWithActions builder, ArrayList<Action> actions) argument
2493 addActions(List<Action> actions) argument
[all...]
/frameworks/base/core/java/android/app/
H A DNotification.java856 * {@link #extras} key: the indices of actions to be shown in the compact view,
904 * to attach actions.
1156 * Wearable extender for notification actions. To add extensions to an action,
1350 * interface for invoking actions.
1352 public Action[] actions; field in class:Notification
1470 actions = parcel.createTypedArray(Action.CREATOR); // may be null
1563 if (this.actions != null) {
1564 that.actions = new Action[this.actions.length];
1565 for(int i=0; i<this.actions
4853 addActions(List<Action> actions) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 476 milliseconds