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

1 2

  /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...]
  /system/core/include/sysutils/
NetlinkEvent.h 26 int mAction;
47 int getAction() { return 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!");
MediaRandomTest.java 59 private volatile int mAction;
141 fail("Action " + mAction + " Param " + mParam
202 mAction = (int)(r.nextInt() % 12);
205 switch (mAction) {
286 mAction = (int)(r.nextInt(14));
289 switch (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 84 private SmilPlayerAction mAction = SmilPlayerAction.NO_ACTIVE_ACTION;
275 return mAction == SmilPlayerAction.PAUSE;
279 return mAction == SmilPlayerAction.START;
283 return mAction == SmilPlayerAction.STOP;
287 return mAction == SmilPlayerAction.RELOAD;
291 return mAction == SmilPlayerAction.NEXT;
295 return mAction == SmilPlayerAction.PREV;
321 mAction = SmilPlayerAction.PAUSE;
331 mAction = SmilPlayerAction.START;
342 mAction = SmilPlayerAction.STOP
    [all...]
  /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) {
149 switch (pair.mAction) {
159 Assert.fail("Invalid action for sendResponse: " + pair.mAction);
200 if (expect.mAction == Transaction.ACTION_CLIENT_CLOSE) {
314 SmtpSenderUnitTests.assertTrue(expect.mAction == Transaction.ACTION_START_TLS);
346 if (pair.mAction == Transaction.ACTION_IO_EXCEPTION) {
  /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;
ActivityMenuListener.java 52 private final int mAction;
60 mAction = action;
66 switch (mAction) {
78 default: assert false : mAction;
  /frameworks/base/services/java/com/android/server/
ServiceWatcher.java 57 private final String mAction;
61 * implements mAction. When null, all packages in the system that matches one of the signature
104 mAction = action;
164 Intent intent = new Intent(mAction);
182 Log.w(mTag, packageName + " resolves service " + mAction
208 Log.d(mTag, String.format("bindBestPackage for %s : %s found %d, %s", mAction,
215 if (D) Log.d(mTag, "Unable to query intent services for action: " + mAction);
238 Intent intent = new Intent(mAction);
  /system/core/libsysutils/src/
NetlinkEvent.cpp 49 mAction = NlActionUnknown;
136 mAction = (type == RTM_NEWADDR) ? NlActionAddressUpdated :
209 mAction = (ifi->ifi_flags & IFF_LOWER_UP) ?
231 mAction = NlActionChange;
309 mAction = NlActionAdd;
311 mAction = NlActionRemove;
313 mAction = NlActionChange;
  /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/native/include/input/
Input.h 267 inline int32_t getAction() const { return mAction; }
307 int32_t mAction;
326 inline int32_t getAction() const { return mAction; }
328 inline int32_t getActionMasked() const { return mAction & AMOTION_EVENT_ACTION_MASK; }
331 return (mAction & AMOTION_EVENT_ACTION_POINTER_INDEX_MASK)
335 inline void setAction(int32_t action) { mAction = action; }
539 return isTouchEvent(mSource, mAction);
552 int32_t mAction;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaMmiCode.java 64 String mAction; // ACTION_REGISTER
117 ret.mAction = makeEmptyNull(m.group(MATCH_GROUP_ACTION));
194 return mAction != null && mAction.equals(ACTION_REGISTER);
253 throw new RuntimeException ("Ivalid register/action=" + mAction);
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityEvent.java     [all...]
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothHeadsetHandover.java 88 int mAction;
137 mAction = ACTION_INIT;
145 if (mAction == ACTION_INIT) {
147 } else if (mAction == ACTION_CONNECT) {
175 mAction = ACTION_DISCONNECT;
178 mAction = ACTION_CONNECT;
  /frameworks/native/libs/input/
Input.cpp 135 mAction = action;
147 mAction = from.mAction;
302 mAction = action;
321 mAction = other->mAction;
499 mAction = parcel->readInt32();
546 parcel->writeInt32(mAction);
  /cts/tests/tests/telephony/src/android/telephony/cts/
SmsManagerTest.java 345 private String mAction;
349 mAction = action;
361 if(mAction.equals(DATA_SMS_RECEIVED_ACTION)){
381 if (intent.getAction().equals(mAction)) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmMmiCode.java 120 String mAction; // One of ACTION_*
193 ret.mAction = makeEmptyNull(m.group(MATCH_GROUP_ACTION));
603 return mAction != null && mAction.equals(ACTION_ACTIVATE);
607 return mAction != null && mAction.equals(ACTION_DEACTIVATE);
611 return mAction != null && mAction.equals(ACTION_INTERROGATE);
615 return mAction != null && mAction.equals(ACTION_REGISTER)
    [all...]

Completed in 1970 milliseconds

1 2