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

  /system/core/include/sysutils/
NetlinkEvent.h 24 int mAction;
41 int getAction() { return mAction; }
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyKeyEvent.java 29 private int mAction = -1;
40 mAction = action;
54 mAction = action;
69 return mAction;
94 keyEvent = new KeyEvent(mAction, mKeyCode);
97 keyEvent = new KeyEvent(mDownTime, mEventTime, mAction,
113 if (mAction == KeyEvent.ACTION_UP) {
MonkeyMotionEvent.java 33 private int mAction = -1;
51 mAction = action;
63 mAction = action;
92 return mAction;
118 mAction, mX, mY, mMetaState);
123 mAction, mX, mY, mPressure, mSize, mMetaState,
137 if (mAction == MotionEvent.ACTION_DOWN) {
139 } else if (mAction == MotionEvent.ACTION_UP) {
  /sdk/traceview/src/com/android/traceview/
Selection.java 21 private Action mAction;
26 mAction = action;
60 mAction = action;
64 return mAction;
  /packages/apps/Gallery3D/src/com/cooliris/media/
ImageButton.java 35 private Runnable mAction = null;
54 mAction = action;
117 if (mAction != null)
118 mAction.run();
PopupMenu.java 155 mOptions[hit].mAction.run();
279 private final Runnable mAction;
286 mAction = action;
  /cts/tools/host/src/com/android/cts/
CommandParser.java 49 private String mAction;
129 mAction = arglist.get(currentArgIndex).toLowerCase();
230 return mAction;
TestDevice.java     [all...]
  /frameworks/base/core/jni/
android_view_KeyEvent.cpp 38 jfieldID mAction;
69 jint action = env->GetIntField(eventObj, gKeyEventClassInfo.mAction);
122 GET_FIELD_ID(gKeyEventClassInfo.mAction, gKeyEventClassInfo.clazz,
123 "mAction", "I");
android_view_MotionEvent.cpp 42 jfieldID mAction;
81 env->SetIntField(eventObj, gMotionEventClassInfo.mAction,
161 jint action = env->GetIntField(eventObj, gMotionEventClassInfo.mAction);
274 GET_FIELD_ID(gMotionEventClassInfo.mAction, gMotionEventClassInfo.clazz,
275 "mAction", "I");
  /cts/tests/tests/telephony/src/android/telephony/cts/
SmsManagerTest.java 225 private String mAction;
229 mAction = action;
241 if (intent.getAction().equals(mAction)) {
  /development/samples/NFCDemo/src/com/example/android/nfc/record/
SmartPoster.java 73 private final RecommendedAction mAction;
88 mAction = Preconditions.checkNotNull(action);
179 private final byte mAction;
182 this.mAction = val;
186 return mAction;
  /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;
  /system/media/opensles/tests/sandbox/
monkey.c 192 Action_pt mAction;
285 State_t nextState = (*transitionTable[i].mAction)(&player);
  /frameworks/base/libs/rs/java/ImageProcessing/src/com/android/rs/image/
ImageProcessingActivity.java 76 private Runnable mAction = new Runnable() {
87 mSurfaceView.removeCallbacks(mAction);
88 mSurfaceView.post(mAction);
  /packages/apps/Email/tests/src/com/android/email/mail/transport/
MockTransport.java 64 int mAction;
69 mAction = ACTION_INJECT_TEXT;
75 mAction = otherType;
82 switch (mAction) {
146 switch (pair.mAction) {
156 Assert.fail("Invalid action for sendResponse: " + pair.mAction);
186 if (expect.mAction == Transaction.ACTION_CLIENT_CLOSE) {
325 if (pair.mAction == Transaction.ACTION_IO_EXCEPTION) {
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
BalloonHint.java 277 private int mAction;
287 mAction = action;
313 return mAction;
317 switch (mAction) {
  /frameworks/base/core/java/android/view/
MotionEvent.java 322 private int mAction;
431 ev.mAction = action;
493 ev.mAction = action;
590 ev.mAction = o.mAction;
622 ev.mAction = o.mAction;
707 return mAction;
719 return mAction & ACTION_MASK;
731 return (mAction & ACTION_POINTER_INDEX_MASK) >> ACTION_POINTER_INDEX_SHIFT
    [all...]
KeyEvent.java 540 private int mAction;
614 mAction = action;
636 mAction = action;
659 mAction = action;
686 mAction = action;
716 mAction = action;
    [all...]
  /frameworks/base/include/ui/
Input.h 195 inline int32_t getAction() const { return mAction; }
233 int32_t mAction;
252 inline int32_t getAction() const { return mAction; }
401 int32_t mAction;
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilPlayer.java 85 private SmilPlayerAction mAction = SmilPlayerAction.NO_ACTIVE_ACTION;
276 return mAction == SmilPlayerAction.PAUSE;
280 return mAction == SmilPlayerAction.START;
284 return mAction == SmilPlayerAction.STOP;
288 return mAction == SmilPlayerAction.RELOAD;
292 return mAction == SmilPlayerAction.NEXT;
296 return mAction == SmilPlayerAction.PREV;
322 mAction = SmilPlayerAction.PAUSE;
332 mAction = SmilPlayerAction.START;
343 mAction = SmilPlayerAction.STOP
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiTreeBlock.java     [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageCompose.java 132 // we use mAction instead of Intent.getAction() because sometimes we need to
134 private String mAction;
317 mAction = intent.getAction();
323 mAction = ACTION_EDIT_DRAFT;
328 if (Intent.ACTION_VIEW.equals(mAction)
329 || Intent.ACTION_SENDTO.equals(mAction)
330 || Intent.ACTION_SEND.equals(mAction)
331 || Intent.ACTION_SEND_MULTIPLE.equals(mAction)) {
353 if (ACTION_REPLY.equals(mAction) || ACTION_REPLY_ALL.equals(mAction) ||
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewCore.java 708 // mAction of TouchEventData can be MotionEvent.getAction() which uses the
714 int mAction;
    [all...]
  /frameworks/base/core/java/android/content/
Intent.java     [all...]

Completed in 891 milliseconds