Searched refs:mMode (Results 1 - 25 of 31) sorted by relevance

12

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DViewMode.java82 private int mMode = UNKNOWN; field in class:ViewMode
103 return "[mode=" + MODE_NAMES[mMode] + "]";
107 return MODE_NAMES[mMode];
126 listener.onViewModeChanged(mMode);
183 return mMode;
190 return isListMode(mMode);
198 return isConversationMode(mMode);
210 return isWaitingForSync(mMode);
218 return isAdMode(mMode);
249 outState.putInt(VIEW_MODE_KEY, mMode);
[all...]
H A DFolderSelectionActivity.java68 private int mMode = -1; field in class:FolderSelectionActivity
176 mMode = CONFIGURE;
178 mMode = VIEW;
193 if (mMode == VIEW) {
232 if (mMode == CONFIGURE) {
H A DMailActionBarView.java78 private int mMode = ViewMode.UNKNOWN; field in class:MailActionBarView
224 if (mMode == ViewMode.UNKNOWN) {
251 switch (mMode) {
320 mMode = newMode;
325 switch (mMode) {
361 return mMode;
416 switch (mMode) {
681 if (ViewMode.isWaitingForSync(mMode)) {
688 final boolean isShowingFolder = mIsOnTablet || ViewMode.isListMode(mMode);
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeP2pDevice.java28 private int mMode; field in class:NativeP2pDevice
69 return mMode;
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
H A DNativeP2pDevice.java28 private int mMode; field in class:NativeP2pDevice
69 return mMode;
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
H A DContactsListFragment.java56 int mMode; field in class:ContactsListFragment
61 mMode = DEFAULT_MODE;
66 mMode = mode;
71 if (mMode != MODE_NULL) {
78 switch (mMode) {
105 boolean reload = mode != mMode;
106 mMode = mode;
113 boolean reload = (MODE_GROUP != mMode) || !groupName.equals(mGroupName);
114 mMode = MODE_GROUP;
126 return mMode;
[all...]
/packages/apps/Camera/src/com/android/camera/
H A DPreviewGestures.java56 private int mMode; field in class:PreviewGestures
67 mMode = MODE_PIE;
80 mMode = MODE_ALL;
127 mMode = MODE_MODULE;
130 mMode = MODE_ALL;
133 mMode = MODE_PIE;
145 } else if (mMode == MODE_NONE) {
147 } else if (mMode == MODE_PIE) {
157 } else if (mMode == MODE_ZOOM) {
160 mMode
[all...]
/packages/apps/Camera2/src/com/android/camera/
H A DPreviewGestures.java52 private int mMode; field in class:PreviewGestures
83 if (mZoomOnly || mMode == MODE_ZOOM) return false;
106 mMode = MODE_NONE;
138 mMode = MODE_NONE;
153 mMode = MODE_ZOOM;
190 mMode = MODE_ZOOM;
/packages/experimental/LoaderApp/src/com/android/loaderapp/
H A DHomeGroupsXLarge.java44 int mMode; field in class:HomeGroupsXLarge
63 mMode = MODE_GROUPS;
69 switch (mMode) {
75 throw new IllegalStateException("unknown mode " + mMode);
99 if (mMode == MODE_GROUPS) {
100 mMode = MODE_DETAILS;
148 if (mMode == MODE_DETAILS) {
150 mMode = MODE_GROUPS;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardId.java69 public final int mMode; field in class:KeyboardId
86 mMode = params.mMode;
108 id.mMode,
129 && other.mMode == mMode
193 modeName(mMode),
H A DKeyboardLayoutSet.java105 int mMode; field in class:KeyboardLayoutSet.Params
135 switch (mParams.mMode) {
230 params.mMode = getKeyboardMode(editorInfo);
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/util/
H A DThreadPool.java117 private int mMode; field in class:ThreadPool.Worker
204 ResourceCounter rc = modeToCounter(mMode);
206 mMode = MODE_NONE;
214 mMode = mode;
/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DUserDictionaryAddWordContents.java54 private final int mMode; // Either MODE_EDIT or MODE_INSERT field in class:UserDictionaryAddWordContents
77 mMode = args.getInt(EXTRA_MODE); // default return value for #getInt() is 0 = MODE_EDIT
87 mMode = MODE_EDIT;
112 if (MODE_EDIT == mMode && !TextUtils.isEmpty(mOldWord)) {
123 if (MODE_EDIT == mMode && !TextUtils.isEmpty(mOldWord)) {
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DSearchRecentSuggestionsProvider.java44 private int mMode; field in class:SearchRecentSuggestionsProvider
128 mMode = mode;
232 if (mAuthority == null || mMode == 0) {
235 int mWorkingDbVersion = DATABASE_VERSION + mMode;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditorGrad.java190 int mMode; field in class:EditorGrad.ParamAdapter
196 mMode = mode;
205 int value = rep.getParameter(mMode);
214 rep.setParameter(mMode, value);
215 if (mSliderMode != mMode) {
216 mSliderMode = mMode;
217 mEffectName = mContext.getResources().getString(getModeNameid(mMode));
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
H A DUserDictionaryAddWordContents.java62 private final int mMode; // Either MODE_EDIT or MODE_INSERT field in class:UserDictionaryAddWordContents
96 mMode = args.getInt(EXTRA_MODE); // default return value for #getInt() is 0 = MODE_EDIT
105 mMode = MODE_EDIT;
130 if (MODE_EDIT == mMode && !TextUtils.isEmpty(mOldWord)) {
142 if (MODE_EDIT == mMode && !TextUtils.isEmpty(mOldWord)) {
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DScroller.java36 private int mMode; field in class:Scroller
257 switch (mMode) {
335 mMode = SCROLL_MODE;
389 mMode = FLING_MODE;
H A DOverScroller.java33 private int mMode; field in class:OverScroller
298 switch (mMode) {
377 mMode = SCROLL_MODE;
395 mMode = FLING_MODE;
448 mMode = FLING_MODE;
/packages/apps/Gallery/src/com/android/camera/
H A DHighlightView.java108 if (mMode == ModifyMode.Grow) {
172 if (mode != mMode) {
173 mMode = mode;
388 mMode = ModifyMode.None;
394 private ModifyMode mMode = ModifyMode.None; field in class:HighlightView
H A DViewImage.java86 private int mMode = MODE_NORMAL; field in class:ViewImage
689 if (mMode == mode) {
696 mMode = mode;
810 if (mMode == MODE_NORMAL) {
914 b.putBoolean(STATE_SLIDESHOW, mMode == MODE_SLIDESHOW);
943 if (mMode == MODE_SLIDESHOW) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DImageFilterDraw.java97 int mMode; field in class:ImageFilterDraw.SimpleDraw
100 mMode = mode;
120 if (mMode == 0) {
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetPhoneState.java310 int mMode; field in class:HeadsetClccResponse
320 mMode = mode;
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
H A DOverScrollerSGV.java37 private int mMode; field in class:OverScrollerSGV
300 switch (mMode) {
379 mMode = SCROLL_MODE;
397 mMode = FLING_MODE;
450 mMode = FLING_MODE;
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountCheckSettingsFragment.java413 final int mMode; field in class:AccountCheckSettingsFragment.AccountCheckTask
426 mMode = mode;
436 if ((mMode & SetupData.CHECK_AUTODISCOVER) != 0) {
464 if ((mMode & SetupData.CHECK_INCOMING) != 0) {
509 if (info.usesSmtp && (mMode & SetupData.CHECK_OUTGOING) != 0) {
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationItemViewCoordinates.java189 private final int mMode; field in class:ConversationItemViewCoordinates
303 mMode = calculateMode(res, config);
306 if (mMode == WIDE_MODE) {
531 return mMode;
535 return mMode == WIDE_MODE;

Completed in 614 milliseconds

12