Searched refs:Action (Results 1 - 3 of 3) sorted by relevance

/frameworks/policies/base/mid/com/android/internal/policy/impl/
H A DGlobalActions.java47 * Helper to show the global actions dialog. Each item is an {@link Action} that
58 private ArrayList<Action> mItems;
217 final Action action = mItems.get(i);
230 public Action getItem(int position) {
234 final Action action = mItems.get(i);
259 Action action = getItem(position);
273 private interface Action { interface in class:GlobalActions
295 private static abstract class SinglePressAction implements Action {
327 static abstract class ToggleAction implements Action {
/frameworks/policies/base/phone/com/android/internal/policy/impl/
H A DGlobalActions.java52 * Helper to show the global actions dialog. Each item is an {@link Action} that
65 private ArrayList<Action> mItems;
279 final Action action = mItems.get(i);
302 public Action getItem(int position) {
306 final Action action = mItems.get(i);
331 Action action = getItem(position);
345 private interface Action { interface in class:GlobalActions
369 private static abstract class SinglePressAction implements Action {
406 private static abstract class ToggleAction implements Action {
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java74 private ArrayList<Action> mActions;
104 private abstract static class Action implements Parcelable { class in class:RemoteViews
117 private class SetOnClickPendingIntent extends Action {
188 private class SetDrawableParameters extends Action {
271 private class ReflectionAction extends Action {
490 private class ViewGroupAction extends Action {
548 mActions = new ArrayList<Action>(count);
584 private void addAction(Action a) {
586 mActions = new ArrayList<Action>();
954 Action
[all...]

Completed in 480 milliseconds