Searched refs:mAction (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/core/java/android/view/
H A DDragEvent.java127 int mAction; field in class:DragEvent
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();
H A DKeyEvent.java1291 private int mAction; field in class:KeyEvent
1372 mAction = action;
1395 mAction = action;
1419 mAction = action;
1447 mAction = action;
1477 mAction = action;
1509 mAction = action;
1535 mAction = ACTION_MULTIPLE;
1549 mAction = origEvent.mAction;
[all...]
H A DViewGroup.java1152 switch (event.mAction) {
1223 final int action = event.mAction;
1227 event.mAction = DragEvent.ACTION_DRAG_EXITED;
1236 event.mAction = DragEvent.ACTION_DRAG_ENTERED;
1241 event.mAction = action; // restore the event's original state
H A DViewRootImpl.java4954 final int what = event.mAction;
/frameworks/base/services/java/com/android/server/
H A DServiceWatcher.java57 private final String mAction; field in class:ServiceWatcher
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/native/include/input/
H A DInput.h267 inline int32_t getAction() const { return mAction; }
307 int32_t mAction; member in class:android::KeyEvent
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; member in class:android::MotionEvent
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaMmiCode.java58 String mAction; // ACTION_REGISTER field in class:CdmaMmiCode
111 ret.mAction = makeEmptyNull(m.group(MATCH_GROUP_ACTION));
186 return mAction != null && mAction.equals(ACTION_REGISTER);
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityEvent.java722 int mAction; field in class:AccessibilityEvent
742 mAction = event.mAction;
930 mAction = action;
939 return mAction;
1012 mAction = 0;
1031 mAction = parcel.readInt();
1084 parcel.writeInt(mAction);
1143 builder.append("; Action: ").append(mAction);
/frameworks/native/libs/input/
H A DInput.cpp135 mAction = action;
147 mAction = from.mAction;
302 mAction = action;
321 mAction = other->mAction;
499 mAction = parcel->readInt32();
546 parcel->writeInt32(mAction);
/frameworks/base/core/jni/
H A Dandroid_view_KeyEvent.cpp40 jfieldID mAction; member in struct:android::__anon1037
80 jint action = env->GetIntField(eventObj, gKeyEventClassInfo.mAction);
152 GET_FIELD_ID(gKeyEventClassInfo.mAction, gKeyEventClassInfo.clazz,
153 "mAction", "I");
/frameworks/base/core/java/android/content/
H A DIntent.java3690 private String mAction; field in class:Intent
3714 this.mAction = o.mAction;
3743 this.mAction = o.mAction;
4238 if (intent.mAction == null) {
4240 intent.mAction = ACTION_VIEW;
4261 return mAction;
5151 mAction = action != null ? action.intern() : null;
6475 if (other.mAction !
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmMmiCode.java120 String mAction; // One of ACTION_* field in class:GsmMmiCode
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
[all...]
/frameworks/wilhelm/tests/sandbox/
H A Dmonkey.c192 Action_pt mAction; member in struct:__anon1780
285 State_t nextState = (*transitionTable[i].mAction)(&player);

Completed in 1497 milliseconds