HomeSort by relevance Sort by last modified time
    Searched refs:mAction (Results 1 - 25 of 49) 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...]
  /system/core/include/sysutils/
NetlinkEvent.h 26 int mAction;
45 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) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryView.java 38 private Action mAction;
90 if (mAction != null) {
93 if (mAction.getImage() == null) {
94 mAction.setImageFrame(new Rect(0, 0, canvas.getWidth(), canvas.getHeight()));
96 Bitmap bitmap = mAction.getImage();
108 drawText(canvas, mAction.getName());
112 drawText(canvas, mAction.getName());
117 mAction = action;
123 return mAction.getRepresentation();
129 activity.showRepresentation(mAction.getRepresentation())
    [all...]
  /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,
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
FilterIconButton.java 54 private Action mAction;
96 mAction = action;
100 if (mAction.getPortraitImage() != null) {
101 mIconBitmap = mAction.getPortraitImage();
104 setFilterRepresentation(mAction.getRepresentation());
110 if (mAction.getOverlayBitmap() == null) {
113 mAction.setOverlayBitmap(mOverlayBitmap);
115 mOverlayBitmap = mAction.getOverlayBitmap();
164 if (mAction != null) {
165 mAction.setPortraitImage(mIconBitmap)
    [all...]
  /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 63 int mAction;
68 mAction = ACTION_INJECT_TEXT;
74 mAction = otherType;
81 switch (mAction) {
151 switch (pair.mAction) {
161 Assert.fail("Invalid action for sendResponse: " + pair.mAction);
202 if (expect.mAction == Transaction.ACTION_CLIENT_CLOSE) {
316 SmtpSenderUnitTests.assertTrue(expect.mAction == Transaction.ACTION_START_TLS);
348 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;
  /system/core/libsysutils/src/
NetlinkEvent.cpp 43 mAction = NlActionUnknown;
106 mAction = (ifi->ifi_flags & IFF_LOWER_UP) ?
128 mAction = NlActionChange;
192 mAction = NlActionAdd;
194 mAction = NlActionRemove;
196 mAction = NlActionChange;
  /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);
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityEvent.java     [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/include/androidfw/
Input.h 271 inline int32_t getAction() const { return mAction; }
311 int32_t mAction;
330 inline int32_t getAction() const { return mAction; }
332 inline int32_t getActionMasked() const { return mAction & AMOTION_EVENT_ACTION_MASK; }
335 return (mAction & AMOTION_EVENT_ACTION_POINTER_INDEX_MASK)
339 inline void setAction(int32_t action) { mAction = action; }
541 return isTouchEvent(mSource, mAction);
554 int32_t mAction;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaMmiCode.java 58 String mAction; // ACTION_REGISTER
111 ret.mAction = makeEmptyNull(m.group(MATCH_GROUP_ACTION));
186 return mAction != null && mAction.equals(ACTION_REGISTER);
  /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/base/libs/androidfw/
Input.cpp 137 mAction = action;
149 mAction = from.mAction;
304 mAction = action;
323 mAction = other->mAction;
487 mAction = parcel->readInt32();
534 parcel->writeInt32(mAction);
  /cts/tests/tests/telephony/src/android/telephony/cts/
SmsManagerTest.java 343 private String mAction;
347 mAction = action;
359 if(mAction.equals(DATA_SMS_RECEIVED_ACTION)){
379 if (intent.getAction().equals(mAction)) {
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
BalloonHint.java 277 private int mAction;
287 mAction = action;
313 return mAction;
317 switch (mAction) {

Completed in 1310 milliseconds

1 2