Searched refs:mAction (Results 1 - 22 of 22) 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.java1206 private int mAction; field in class:KeyEvent
1286 mAction = action;
1309 mAction = action;
1333 mAction = action;
1361 mAction = action;
1391 mAction = action;
1423 mAction = action;
1449 mAction = ACTION_MULTIPLE;
1463 mAction = origEvent.mAction;
[all...]
H A DViewGroup.java1384 switch (event.mAction) {
1455 final int action = event.mAction;
1459 event.mAction = DragEvent.ACTION_DRAG_EXITED;
1468 event.mAction = DragEvent.ACTION_DRAG_ENTERED;
1473 event.mAction = action; // restore the event's original state
H A DViewRootImpl.java5245 final int what = event.mAction;
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DPickFragment.java41 private int mAction; field in class:PickFragment
99 mAction = action;
110 switch (mAction) {
125 mAction == BaseActivity.State.ACTION_OPEN_TREE ||
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DActionPresenterSelector.java47 Action mAction; field in class:ActionPresenterSelector.ActionViewHolder
70 vh.mAction = action;
76 ((ActionViewHolder) viewHolder).mAction = null;
93 vh.mAction = action;
128 vh.mAction = null;
/frameworks/base/services/core/java/com/android/server/
H A DServiceWatcher.java56 private final String mAction; field in class:ServiceWatcher
60 * implements mAction. When null, all packages in the system that matches one of the signature
103 mAction = action;
163 Intent intent = new Intent(mAction);
181 Log.w(mTag, packageName + " resolves service " + mAction
207 Log.d(mTag, String.format("bindBestPackage for %s : %s found %d, %s", mAction,
214 if (D) Log.d(mTag, "Unable to query intent services for action: " + mAction);
237 Intent intent = new Intent(mAction);
/frameworks/support/v4/java/android/support/v4/media/session/
H A DPlaybackStateCompat.java545 private final String mAction; field in class:PlaybackStateCompat.CustomAction
556 mAction = action;
563 mAction = in.readString();
571 dest.writeString(mAction);
622 mCustomActionObj = PlaybackStateCompatApi21.CustomAction.newInstance(mAction,
647 return mAction;
694 private final String mAction; field in class:PlaybackStateCompat.CustomAction.Builder
725 mAction = action;
751 return new CustomAction(mAction, mName, mIcon, mExtras);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java53 private Notification.Action mAction; field in class:RemoteInputView
94 RemoteInput.addResultsToIntent(mAction.getRemoteInputs(), fillInIntent,
115 v.mAction = action;
/frameworks/base/media/java/android/media/session/
H A DPlaybackState.java594 private final String mAction; field in class:PlaybackState.CustomAction
603 mAction = action;
610 mAction = in.readString();
618 dest.writeString(mAction);
649 return mAction;
693 private final String mAction; field in class:PlaybackState.CustomAction.Builder
721 mAction = action;
745 return new CustomAction(mAction, mName, mIcon, mExtras);
/frameworks/native/include/input/
H A DInput.h303 inline int32_t getAction() const { return mAction; }
338 int32_t mAction; member in class:android::KeyEvent
357 inline int32_t getAction() const { return mAction; }
359 inline int32_t getActionMasked() const { return mAction & AMOTION_EVENT_ACTION_MASK; }
362 return (mAction & AMOTION_EVENT_ACTION_POINTER_INDEX_MASK)
366 inline void setAction(int32_t action) { mAction = action; }
577 return isTouchEvent(mSource, mAction);
593 int32_t mAction; member in class:android::MotionEvent
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaMmiCode.java65 String mAction; // ACTION_REGISTER field in class:CdmaMmiCode
118 ret.mAction = makeEmptyNull(m.group(MATCH_GROUP_ACTION));
200 return mAction != null && mAction.equals(ACTION_REGISTER);
259 throw new RuntimeException ("Ivalid register/action=" + mAction);
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityEvent.java756 int mAction; field in class:AccessibilityEvent
776 mAction = event.mAction;
972 mAction = action;
981 return mAction;
1057 mAction = 0;
1078 mAction = parcel.readInt();
1134 parcel.writeInt(mAction);
1196 builder.append("; Action: ").append(mAction);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmMmiCode.java123 String mAction; // One of ACTION_* field in class:GsmMmiCode
198 ret.mAction = makeEmptyNull(m.group(MATCH_GROUP_ACTION));
289 mAction = getActionStringFromReqType(ssData.requestType);
290 Rlog.d(LOG_TAG, "parseSsData msc = " + mSc + ", action = " + mAction + ", ex = " + ex);
743 return mAction != null && mAction.equals(ACTION_ACTIVATE);
747 return mAction != null && mAction.equals(ACTION_DEACTIVATE);
751 return mAction != null && mAction
[all...]
/frameworks/native/libs/input/
H A DInput.cpp66 mAction = action;
78 mAction = from.mAction;
234 mAction = action;
254 mAction = other->mAction;
433 mAction = parcel->readInt32();
481 parcel->writeInt32(mAction);
/frameworks/base/core/jni/
H A Dandroid_view_KeyEvent.cpp43 jfieldID mAction; member in struct:android::__anon906
83 jint action = env->GetIntField(eventObj, gKeyEventClassInfo.mAction);
142 gKeyEventClassInfo.mAction = GetFieldIDOrDie(env, gKeyEventClassInfo.clazz, "mAction", "I");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneMmiCode.java170 private String mAction; // One of ACTION_* field in class:ImsPhoneMmiCode
242 ret.mAction = makeEmptyNull(m.group(MATCH_GROUP_ACTION));
635 return mAction != null && mAction.equals(ACTION_ACTIVATE);
639 return mAction != null && mAction.equals(ACTION_DEACTIVATE);
643 return mAction != null && mAction.equals(ACTION_INTERROGATE);
647 return mAction != null && mAction
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DGuidedActionAdapter.java74 private GuidedAction mAction; field in class:GuidedActionAdapter.ActionViewHolder
89 return mAction;
97 mAction = action;
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkMonitor.java504 private final String mAction; field in class:NetworkMonitor.CustomIntentReceiver
508 mAction = action + "_" + mNetworkAgentInfo.network.netId + "_" + token;
509 mContext.registerReceiver(this, new IntentFilter(mAction));
512 final Intent intent = new Intent(mAction);
518 if (intent.getAction().equals(mAction)) sendMessage(obtainMessage(mWhat, mToken));
/frameworks/base/core/java/android/content/
H A DIntent.java4324 private String mAction; field in class:Intent
4349 this.mAction = o.mAction;
4379 this.mAction = o.mAction;
4958 if (intent.mAction == null) {
4960 intent.mAction = ACTION_VIEW;
4981 return mAction;
5886 mAction = action != null ? action.intern() : null;
7245 if (other.mAction !
[all...]
/frameworks/wilhelm/tests/sandbox/
H A Dmonkey.c192 Action_pt mAction; member in struct:__anon1742
285 State_t nextState = (*transitionTable[i].mAction)(&player);
/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompat.java336 private final Object mAction; field in class:AccessibilityNodeInfoCompat.AccessibilityActionCompat
349 mAction = action;
358 return IMPL.getAccessibilityActionId(mAction);
368 return IMPL.getAccessibilityActionLabel(mAction);
2512 IMPL.addAction(mInfo, action.mAction);
2530 return IMPL.removeAction(mInfo, action.mAction);

Completed in 1587 milliseconds