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

1 2 3

  /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/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...]
  /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...]
  /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!");
MediaRandomTest.java 59 private volatile int mAction;
141 fail("Action " + mAction + " Param " + mParam
207 mAction = (int)(r.nextInt() % 12);
210 switch (mAction) {
291 mAction = (int)(r.nextInt(14));
294 switch (mAction) {
  /system/core/include/sysutils/
NetlinkEvent.h 26 int mAction;
50 int getAction() { return mAction; }
  /external/chromium_org/components/devtools_bridge/android/javatests/src/org/chromium/components/devtools_bridge/tests/
DebugActivity.java 57 private final String mAction;
60 mAction = action;
66 intent.setAction(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,
MonkeyMotionEvent.java 33 private int mAction;
51 mAction = action;
82 return mAction;
139 mAction, pointerCount, pointerIds, pointerCoords,
  /frameworks/base/core/java/android/view/
DragEvent.java 127 int mAction;
257 mAction = action;
295 return obtain(source.mAction, source.mX, source.mY, source.mLocalState,
313 return mAction;
442 + " action=" + mAction + " @ (" + mX + ", " + mY + ") desc=" + mClipDescription
464 dest.writeInt(mAction);
489 event.mAction = in.readInt();
KeyEvent.java     [all...]
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilPlayer.java 86 private SmilPlayerAction mAction = SmilPlayerAction.NO_ACTIVE_ACTION;
277 return mAction == SmilPlayerAction.PAUSE;
281 return mAction == SmilPlayerAction.START;
285 return mAction == SmilPlayerAction.STOP;
289 return mAction == SmilPlayerAction.RELOAD;
293 return mAction == SmilPlayerAction.NEXT;
297 return mAction == SmilPlayerAction.PREV;
323 mAction = SmilPlayerAction.PAUSE;
333 mAction = SmilPlayerAction.START;
344 mAction = SmilPlayerAction.STOP
    [all...]
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/util/
FeatureUtilitiesTest.java 59 private final String mAction;
63 mAction = recognizesAction;
70 if (intent.getAction().equals(mAction)) {
83 private final String mAction;
87 mAction = recognizesAction;
92 return new IntentTestPackageManager(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);
  /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) {
  /frameworks/support/v4/java/android/support/v4/media/session/
PlaybackStateCompat.java 414 private final String mAction;
423 mAction = action;
430 mAction = in.readString();
438 dest.writeString(mAction);
469 return mAction;
516 private final String mAction;
547 mAction = action;
573 return new CustomAction(mAction, mName, mIcon, mExtras);
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderUtils.h 46 void setAction(int32_t action) {mAction = action;}
72 int32_t mAction;
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ActionPresenterSelector.java 40 Action mAction;
63 vh.mAction = action;
69 ((ActionViewHolder) viewHolder).mAction = null;
86 vh.mAction = action;
121 vh.mAction = null;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
LocaleMenuListener.java 47 private final int mAction;
55 mAction = action;
61 switch (mAction) {
74 default: assert false : mAction;
  /frameworks/base/services/core/java/com/android/server/
ServiceWatcher.java 56 private final String mAction;
60 * implements mAction. When null, all packages in the system that matches one of the signature
103 mAction = action;
163 Intent intent = new Intent(mAction);
181 Log.w(mTag, packageName + " resolves service " + mAction
207 Log.d(mTag, String.format("bindBestPackage for %s : %s found %d, %s", mAction,
214 if (D) Log.d(mTag, "Unable to query intent services for action: " + mAction);
237 Intent intent = new Intent(mAction);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
Layout.java 453 private Action mAction;
457 mAction = new Action(id);
462 mAction = new Action(intent);
466 mAction.mAppearence.mTitle = mRes.getString(resId);
471 mAction.mAppearence.mDescriptionGetter = new LiteralStringGetter(mRes.getString(
477 mAction.mAppearence.mTitle = title;
482 mAction.mAppearence.mIcon = mRes.getDrawable(resId);
487 mAction.mAppearence.mDescriptionGetter = new LiteralStringGetter(description);
492 mAction.mAppearence.mDescriptionGetter = description;
497 mAction.mAppearence.mChecked = checked
    [all...]
  /system/core/libsysutils/src/
NetlinkEvent.cpp 55 mAction = NlActionUnknown;
148 mAction = (ifi->ifi_flags & IFF_LOWER_UP) ? NlActionLinkUp :
238 mAction = (type == RTM_NEWADDR) ? NlActionAddressUpdated :
270 mAction = NlActionChange;
356 mAction = (type == RTM_NEWROUTE) ? NlActionRouteUpdated :
456 mAction = NlActionRdnss;
473 * content has to be stored in the class's member variables (mAction,
572 mAction = NlActionAdd;
574 mAction = NlActionRemove;
576 mAction = NlActionChange
    [all...]
  /packages/apps/Tag/src/com/android/apps/tag/record/
SmartPoster.java 89 private final RecommendedAction mAction;
109 mAction = Preconditions.checkNotNull(action);
214 private final byte mAction;
217 this.mAction = val;
220 return mAction;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
RunLintAction.java 184 private final int mAction;
201 mAction = action;
207 if (mAction == ACTION_TOGGLE_EXCLUDE) {
223 if (mAction == ACTION_CLEAR) {
226 assert mAction == ACTION_RUN;
  /frameworks/base/media/java/android/media/session/
PlaybackState.java 584 private final String mAction;
593 mAction = action;
600 mAction = in.readString();
608 dest.writeString(mAction);
639 return mAction;
683 private final String mAction;
711 mAction = action;
735 return new CustomAction(mAction, mName, mIcon, mExtras);
    [all...]

Completed in 1137 milliseconds

1 2 3