HomeSort by relevance Sort by last modified time
    Searched refs:mAction (Results 1 - 25 of 173) sorted by null

1 2 3 4 5 6 7

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DelegatingAction.java 33 private final IAction mAction;
41 mAction = action;
46 mAction.addPropertyChangeListener(listener);
51 return mAction.getAccelerator();
56 return mAction.getActionDefinitionId();
61 return mAction.getDescription();
66 return mAction.getDisabledImageDescriptor();
71 return mAction.getHelpListener();
76 return mAction.getHoverImageDescriptor();
81 return mAction.getId()
    [all...]
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
ActionTest.java 42 private TestChatAction mAction;
54 mAction = new TestChatAction(mActionKey, parameter);
66 assertEquals(mAction, mTransitions.get(index).action);
75 ActionMonitor.registerActionMonitor(mAction.actionKey, mMonitor);
76 assertTrue(ActionMonitor.sActionMonitors.containsKey(mAction.actionKey));
78 assertEquals(ActionMonitor.sActionMonitors.get(mAction.actionKey), mMonitor);
80 mAction.markStart();
85 ActionMonitor.unregisterActionMonitor(mAction.actionKey, mMonitor);
87 assertFalse(ActionMonitor.sActionMonitors.containsKey(mAction.actionKey));
95 ActionMonitor.registerActionMonitor(mAction.actionKey, mMonitor)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ToastBarOperation.java 33 private final int mAction;
52 mAction = menuId;
68 mAction = in.readInt();
78 sb.append(" mAction=");
79 sb.append(mAction);
95 dest.writeInt(mAction);
125 if (mAction == R.id.delete) {
127 } else if (mAction == R.id.remove_folder) {
129 } else if (mAction == R.id.change_folders) {
131 } else if (mAction == R.id.move_folder)
    [all...]
  /frameworks/support/browser/src/main/java/androidx/browser/browseractions/
BrowserActionItem.java 30 private final PendingIntent mAction;
43 mAction = action;
74 return mAction;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryView.java 40 private Action mAction;
73 if (mAction == null) {
76 if (mAction.getType() == Action.CROP_VIEW) {
79 if (mAction.getType() == Action.ADD_ACTION) {
102 if (mAction != null && mAction.getType() == Action.ADD_ACTION) {
109 if (mAction != null) {
110 if (mAction.getType() == Action.SPACER) {
114 if (mAction.isDoubleAction()) {
117 mAction.setImageFrame(new Rect(0, 0, getWidth(), getHeight()), getOrientation())
    [all...]
  /packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/
CustomPlaybackAction.java 37 public final String mAction;
48 mAction = action;
PlayPauseStopImageView.java 64 private int mAction = ACTION_DISABLED;
80 mAction = action;
88 return mAction;
96 switch(mAction) {
110 Log.e(TAG, "Unknown action: " + mAction);
  /cts/tests/tests/media/src/android/media/cts/
ScannerNotificationReceiver.java 32 private final String mAction;
36 mAction = action;
41 if (intent.getAction().equals(mAction)) {
50 + mAction + " while trying to scan " + numFiles + " files!");
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
TunerSwitch.java 17 private final int mAction;
24 mAction = a.getInt(R.styleable.TunerSwitch_metricsAction, -1);
47 if (mAction != -1) {
48 MetricsLogger.action(getContext(), mAction, isChecked());
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmSelectionActivity.java 49 private int mAction;
74 mAction = intent.getIntExtra(EXTRA_ACTION, ACTION_INVALID);
97 new ProcessAlarmActionAsync(alarm, this, mAction).execute();
106 private final int mAction;
111 mAction = action;
116 switch (mAction) {
  /packages/apps/DocumentsUI/src/com/android/documentsui/inspector/actions/
ActionView.java 43 private Action mAction;
74 mAction = action;
75 setActionHeader(mAction.getHeader());
77 setAppIcon(mAction.getAppIcon());
78 setAppName(mAction.getAppName());
115 mActionButton.setImageResource(mAction.getButtonIcon());
  /system/core/libsysutils/include/sysutils/
NetlinkEvent.h 42 Action mAction;
54 Action getAction() { return mAction; }
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
SensorSettingContainer.java 34 private final String mAction;
42 mAction = action;
91 stateContainer.executeActivity(mAction);
111 return stateContainer.hasActivity(mAction);
  /frameworks/rs/rsov/compiler/spirit/
visitor.h 81 InstructionVisitor(T action) : mAction(action) {}
86 void visit(INST_CLASS *inst) override { mAction((Instruction *)inst); }
91 T mAction;
  /frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
SimpleJobIntentController.java 46 final String mAction;
50 mAction = action;
56 Intent intent = new Intent(mAction);
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyKeyEvent.java 33 private int mAction;
51 mAction = action;
69 return mKeyEvent != null ? mKeyEvent.getAction() : mAction;
103 if (mAction == KeyEvent.ACTION_UP) {
129 keyEvent = new KeyEvent(downTime, eventTime, mAction, mKeyCode,
  /packages/apps/Messaging/src/com/android/messaging/ui/
SnackBar.java 130 private Action mAction;
150 mAction = action;
196 private final Action mAction;
212 mAction = builder.mAction;
250 if (mAction == null) {
253 return mAction.getActionLabel();
277 if (mAction == null || mAction.getActionRunnable() == null) {
293 mActionTextView.setText(mAction.getActionLabel())
    [all...]
  /frameworks/support/compat/src/androidTest/java/androidx/core/content/pm/
ShortcutInfoCompatTest.java 51 private Intent mAction;
59 mAction = new Intent(Intent.ACTION_VIEW).setPackage(mContext.getPackageName());
62 .setIntent(mAction)
74 assertEquals(mAction, intent.getParcelableExtra(Intent.EXTRA_SHORTCUT_INTENT));
87 assertEquals(mAction, intent.getParcelableExtra(Intent.EXTRA_SHORTCUT_INTENT));
106 assertEquals(mAction, intent.getParcelableExtra(Intent.EXTRA_SHORTCUT_INTENT));
  /packages/apps/Email/tests/src/com/android/email/mail/transport/
MockTransport.java 61 int mAction;
66 mAction = ACTION_INJECT_TEXT;
72 mAction = otherType;
79 switch (mAction) {
157 switch (pair.mAction) {
167 Assert.fail("Invalid action for sendResponse: " + pair.mAction);
193 if (expect.mAction == Transaction.ACTION_CLIENT_CLOSE) {
285 SmtpSenderUnitTests.assertTrue(expect.mAction == Transaction.ACTION_START_TLS);
319 if (pair.mAction == Transaction.ACTION_IO_EXCEPTION) {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batterytip/actions/
OpenRestrictAppFragmentActionTest.java 58 private OpenRestrictAppFragmentAction mAction;
80 mAction = new OpenRestrictAppFragmentAction(mFragment,
82 mAction.mBatteryDatabaseManager = mBatteryDatabaseManager;
92 mAction.handlePositiveAction(METRICS_KEY);
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderUtils.h 46 void setAction(int32_t action) {mAction = action;}
72 int32_t mAction;
  /packages/apps/TV/src/com/android/tv/dvr/ui/browse/
ActionPresenterSelector.java 54 Action mAction;
78 vh.mAction = action;
84 ((ActionViewHolder) viewHolder).mAction = null;
102 vh.mAction = action;
139 vh.mAction = null;
  /frameworks/base/core/java/android/view/
DragEvent.java 130 int mAction;
276 mAction = action;
317 return obtain(source.mAction, source.mX, source.mY, source.mLocalState,
336 return mAction;
478 + " action=" + mAction + " @ (" + mX + ", " + mY + ") desc=" + mClipDescription
500 dest.writeInt(mAction);
531 event.mAction = in.readInt();
KeyEvent.java     [all...]
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
CtsMouseUtil.java 67 private final int mAction;
70 mAction = action;
75 return actual.getAction() == mAction;
80 return "action=" + MotionEvent.actionToString(mAction);

Completed in 821 milliseconds

1 2 3 4 5 6 7