Searched defs:Action (Results 1 - 13 of 13) sorted by last modified time

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java7545 private final Action mRecyclingAction;
7548 mRecyclingAction = new Action(0, 0);
7555 * {@link #onTargetFound(android.view.View, RecyclerView.State, SmoothScroller.Action)} or
7556 * {@link #onSeekTargetStep(int, int, RecyclerView.State, SmoothScroller.Action)} until
7590 * cancel any existing {@link Action} updated by
7591 * {@link #onTargetFound(android.view.View, RecyclerView.State, SmoothScroller.Action)} or
7592 * {@link #onSeekTargetStep(int, int, RecyclerView.State, SmoothScroller.Action)}.
7725 * provided {@link Action} to define the next scroll.</p>
7733 abstract protected void onSeekTargetStep(int dx, int dy, State state, Action action);
7737 * will receive and it should update the provided {@link Action} t
7749 public static class Action { class in class:RecyclerView.SmoothScroller
7771 public Action(int dx, int dy) { method in class:RecyclerView.SmoothScroller.Action
7780 public Action(int dx, int dy, int duration) { method in class:RecyclerView.SmoothScroller.Action
7791 public Action(int dx, int dy, int duration, Interpolator interpolator) { method in class:RecyclerView.SmoothScroller.Action
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DAction.java25 public class Action { class
33 * Constructor for an Action.
35 * @param id The id of the Action.
37 public Action(long id) { method in class:Action
42 * Constructor for an Action.
44 * @param id The id of the Action.
45 * @param label The label to display for the Action.
47 public Action(long id, CharSequence label) { method in class:Action
52 * Constructor for an Action.
54 * @param id The id of the Action
58 public Action(long id, CharSequence label1, CharSequence label2) { method in class:Action
70 public Action(long id, CharSequence label1, CharSequence label2, Drawable icon) { method in class:Action
[all...]
/frameworks/support/v4/donut/android/support/v4/app/
H A DNotificationCompatBase.java24 public static abstract class Action { class in class:NotificationCompatBase
32 Action build(int icon, CharSequence title, PendingIntent actionIntent,
34 public Action[] newArray(int length);
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java448 public Action getAction(Notification n, int actionIndex);
449 public Action[] getActionsFromParcelableArrayList(ArrayList<Parcelable> parcelables);
450 public ArrayList<Parcelable> getParcelableArrayListForActions(Action[] actions);
486 public Action getAction(Notification n, int actionIndex) {
491 public Action[] getActionsFromParcelableArrayList(
497 public ArrayList<Parcelable> getParcelableArrayListForActions(Action[] actions) {
599 public Action getAction(Notification n, int actionIndex) {
600 return (Action) NotificationCompatJellybean.getAction(n, actionIndex, Action.FACTORY,
605 public Action[] getActionsFromParcelableArrayLis
1772 public static class Action extends NotificationCompatBase.Action { class in class:NotificationCompat
1790 public Action(int icon, CharSequence title, PendingIntent intent) { method in class:NotificationCompat.Action
1794 private Action(int icon, CharSequence title, PendingIntent intent, Bundle extras, method in class:NotificationCompat.Action
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DEhFrameReader.h66 /// Action - the transition function of autometa.
70 typedef bool (*Action)(EhFrame& pEhFrame, typedef in class:mcld::EhFrameReader
H A DResolver.h32 enum Action { enum in class:mcld::Resolver
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DGlobalActions.java84 * Helper to show the global actions dialog. Each item is an {@link Action} that
109 private ArrayList<Action> mItems;
112 private Action mSilentModeAction;
262 mItems = new ArrayList<Action>();
318 final Action action = mAdapter.getItem(position);
361 private Action getBugReportAction() {
416 private Action getSettingsAction() {
439 private Action getLockdownAction() {
478 private void addUsersToMenu(ArrayList<Action> items) {
567 final Action actio
634 private interface Action { interface in class:GlobalActions
[all...]
/frameworks/base/drm/java/android/drm/
H A DDrmStore.java28 * {@link android.drm.DrmStore.Action actions} that can be performed
41 * {@link android.drm.DrmStore.Action action}.
50 * {@link android.drm.DrmStore.Action action}.
58 * an {@link android.drm.DrmStore.Action action} can be performed on
67 * an {@link android.drm.DrmStore.Action action} can not be performed on
163 public static class Action { class in class:DrmStore
218 public Action() {} method in class:DrmStore.Action
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java162 * Broadcast Action: The TextToSpeech synthesizer has completed processing
334 * Activity Action: Triggers the platform TextToSpeech engine to
347 * Broadcast Action: broadcast to signal the change in the list of available
355 * Activity Action: Starts the activity from the platform TextToSpeech
726 private <R> R runActionNoReconnect(Action<R> action, R errorResult, String method,
731 private <R> R runAction(Action<R> action, R errorResult, String method) {
735 private <R> R runAction(Action<R> action, R errorResult, String method,
840 runActionNoReconnect(new Action<Void>() {
1088 return runAction(new Action<Integer>() {
1161 return runAction(new Action<Intege
2245 private interface Action<R> { interface in class:TextToSpeech
[all...]
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java96 private ArrayList<Action> mActions;
237 private abstract static class Action implements Parcelable { class in class:RemoteViews
289 HashMap<String, Action> map = new HashMap<String, Action>();
291 mActions = new ArrayList<Action>();
296 Action a = mActions.get(i);
300 ArrayList<Action> newActions = copy.mActions;
304 Action a = newActions.get(i);
307 if (map.containsKey(key) && mergeBehavior == Action.MERGE_REPLACE) {
313 if (mergeBehavior == Action
[all...]
/frameworks/base/core/java/android/app/
H A DNotification.java884 * or {@link Notification.Builder#addAction(Notification.Action)}
887 public static class Action implements Parcelable { class in class:Notification
907 private Action(Parcel in) { method in class:Notification.Action
920 public Action(int icon, CharSequence title, PendingIntent intent) { method in class:Notification.Action
924 private Action(int icon, CharSequence title, PendingIntent intent, Bundle extras, method in class:Notification.Action
934 * Get additional metadata carried around with this Action.
949 * Builder class for {@link Action} objects.
959 * Construct a new builder for {@link Action} object.
969 * Construct a new builder for {@link Action} object using the fields from an
970 * {@link Action}
[all...]
/frameworks/av/include/drm/
H A Ddrm_framework_common.h152 class Action { class in namespace:android
154 Action();
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp57 struct NuPlayer::Action : public RefBase { struct in class:android::NuPlayer
58 Action() {} function in struct:android::NuPlayer::Action
63 DISALLOW_EVIL_CONSTRUCTORS(Action);
66 struct NuPlayer::SeekAction : public Action {
83 struct NuPlayer::ResumeDecoderAction : public Action {
98 struct NuPlayer::SetSurfaceAction : public Action {
113 struct NuPlayer::FlushDecoderAction : public Action {
130 struct NuPlayer::PostMessageAction : public Action {
147 struct NuPlayer::SimpleAction : public Action {
1527 sp<Action> actio
[all...]

Completed in 334 milliseconds