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

1 2 3

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryView.java 40 private Action mAction;
73 if (mAction == null) {
76 if (mAction.getType() == Action.CROP_VIEW) {
79 if (mAction.getType() == Action.ADD_ACTION) {
102 if (mAction != null && mAction.getType() == Action.ADD_ACTION) {
109 if (mAction != null) {
110 if (mAction.getType() == Action.SPACER) {
114 if (mAction.isDoubleAction()) {
117 mAction.setImageFrame(new Rect(0, 0, getWidth(), getHeight()), getOrientation())
    [all...]
  /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!");
  /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,
  /development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
BrowseAnimationFragment.java 39 final OnItemClickedListener mAction;
43 mAction = action;
260 ((Item) item).mAction.onItemClicked(item, row);
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/util/
FeatureUtilitiesTest.java 59 private final String mAction;
63 mAction = recognizesAction;
70 if (intent.getAction().equals(mAction)) {
83 private final String mAction;
87 mAction = recognizesAction;
92 return new IntentTestPackageManager(mAction);
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderUtils.h 46 void setAction(int32_t action) {mAction = action;}
72 int32_t mAction;
  /system/core/include/sysutils/
NetlinkEvent.h 26 int mAction;
50 int getAction() { return mAction; }
  /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...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
SensorSettingContainer.java 34 private final String mAction;
42 mAction = action;
91 stateContainer.executeActivity(mAction);
  /frameworks/base/core/jni/
android_view_KeyEvent.cpp 41 jfieldID mAction;
81 jint action = env->GetIntField(eventObj, gKeyEventClassInfo.mAction);
158 GET_FIELD_ID(gKeyEventClassInfo.mAction, gKeyEventClassInfo.clazz,
159 "mAction", "I");
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ActionPresenterSelector.java 39 Action mAction;
60 vh.mAction = action;
66 ((ActionViewHolder) viewHolder).mAction = null;
82 vh.mAction = action;
113 vh.mAction = null;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ToastBarOperation.java 33 private final int mAction;
52 mAction = menuId;
68 mAction = in.readInt();
78 sb.append(" mAction=");
79 sb.append(mAction);
95 dest.writeInt(mAction);
125 if (mAction == R.id.delete) {
127 } else if (mAction == R.id.remove_folder) {
129 } else if (mAction == R.id.change_folders) {
131 } else if (mAction == R.id.move_folder)
    [all...]
  /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;
  /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();
  /frameworks/wilhelm/tests/sandbox/
monkey.c 192 Action_pt mAction;
285 State_t nextState = (*transitionTable[i].mAction)(&player);
  /packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailStatusHelperImpl.java 111 private final Action mAction;
122 mAction = action;
128 return mAction;
  /packages/apps/Nfc/src/com/android/nfc/
RegisteredComponentCache.java 49 final String mAction;
58 mAction = action;
157 List<ResolveInfo> resolveInfos = pm.queryIntentActivitiesAsUser(new Intent(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;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/name/
SetDeviceNameFragment.java 63 private FrameLayout mAction;
90 mAction = (FrameLayout) mContent.findViewById(R.id.action);
100 mAction.addView(mList);
  /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;
  /cts/tests/tests/telephony/src/android/telephony/cts/
SmsManagerTest.java 351 private String mAction;
355 mAction = action;
367 if(mAction.equals(DATA_SMS_RECEIVED_ACTION)){
387 if (intent.getAction().equals(mAction)) {
  /frameworks/base/services/core/java/com/android/server/
ServiceWatcher.java 56 private final String mAction;
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/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaMmiCode.java 65 String mAction; // ACTION_REGISTER
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);

Completed in 807 milliseconds

1 2 3