Searched refs:mAction (Results 1 - 12 of 12) 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.java1273 private int mAction; field in class:KeyEvent
1354 mAction = action;
1377 mAction = action;
1401 mAction = action;
1429 mAction = action;
1459 mAction = action;
1491 mAction = action;
1517 mAction = ACTION_MULTIPLE;
1531 mAction = origEvent.mAction;
[all...]
H A DViewGroup.java1105 switch (event.mAction) {
1174 final int action = event.mAction;
1178 event.mAction = DragEvent.ACTION_DRAG_EXITED;
1187 event.mAction = DragEvent.ACTION_DRAG_ENTERED;
1192 event.mAction = action; // restore the event's original state
H A DViewRootImpl.java3801 final int what = event.mAction;
/frameworks/base/services/java/com/android/server/
H A DServiceWatcher.java52 private final String mAction; field in class:ServiceWatcher
86 mAction = action;
112 Intent intent = new Intent(mAction);
116 List<ResolveInfo> rInfos = mPm.queryIntentServicesAsUser(new Intent(mAction),
128 Log.w(mTag, packageName + " resolves service " + mAction +
149 if (D) Log.d(mTag, String.format("bindBestPackage for %s : %s found %d, %s", mAction,
174 Intent intent = new Intent(mAction);
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityEvent.java699 int mAction; field in class:AccessibilityEvent
718 mAction = event.mAction;
865 mAction = action;
874 return mAction;
966 mAction = 0;
984 mAction = parcel.readInt();
1036 parcel.writeInt(mAction);
1094 builder.append("; Action: ").append(mAction);
/frameworks/base/include/androidfw/
H A DInput.h268 inline int32_t getAction() const { return mAction; }
308 int32_t mAction; member in class:android::KeyEvent
327 inline int32_t getAction() const { return mAction; }
329 inline int32_t getActionMasked() const { return mAction & AMOTION_EVENT_ACTION_MASK; }
332 return (mAction & AMOTION_EVENT_ACTION_POINTER_INDEX_MASK)
336 inline void setAction(int32_t action) { mAction = action; }
538 return isTouchEvent(mSource, mAction);
551 int32_t mAction; member in class:android::MotionEvent
/frameworks/base/libs/androidfw/
H A DInput.cpp133 mAction = action;
145 mAction = from.mAction;
300 mAction = action;
319 mAction = other->mAction;
483 mAction = parcel->readInt32();
530 parcel->writeInt32(mAction);
/frameworks/base/core/jni/
H A Dandroid_view_KeyEvent.cpp39 jfieldID mAction; member in struct:android::__anon991
79 jint action = env->GetIntField(eventObj, gKeyEventClassInfo.mAction);
151 GET_FIELD_ID(gKeyEventClassInfo.mAction, gKeyEventClassInfo.clazz,
152 "mAction", "I");
/frameworks/base/core/java/android/content/
H A DIntent.java3368 private String mAction; field in class:Intent
3392 this.mAction = o.mAction;
3421 this.mAction = o.mAction;
3916 if (intent.mAction == null) {
3918 intent.mAction = ACTION_VIEW;
3939 return mAction;
4796 mAction = action != null ? action.intern() : null;
6120 if (other.mAction !
[all...]
/frameworks/wilhelm/tests/sandbox/
H A Dmonkey.c192 Action_pt mAction; member in struct:__anon1699
285 State_t nextState = (*transitionTable[i].mAction)(&player);
/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java952 // mAction of TouchEventData can be MotionEvent.getAction() which uses the
961 int mAction; field in class:WebViewCore.TouchEventData

Completed in 875 milliseconds