Searched refs:mCurrentMode (Results 1 - 7 of 7) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/
H A DModePicker.java67 private int mCurrentMode = 0; field in class:ModePicker
152 if (mListener.onModeChanged(mCurrentMode)) {
153 Log.e(TAG, "failed:onModeChanged:" + mCurrentMode);
165 if (view == mModeSelectionIcon[i] && (mCurrentMode != i)) {
183 mCurrentMode = mode;
229 highlightView(mModeSelectionIcon[i], (i == mCurrentMode));
240 target = mCurrentMode;
243 if (j == mCurrentMode) j++;
262 int l = mModeSelectionFrame.getLeft() + mCurrentMode * viewWidth;
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DTwoPaneLayout.java81 private int mCurrentMode = ViewMode.UNKNOWN; field in class:TwoPaneLayout
167 mCurrentMode = ViewMode.UNKNOWN;
196 if (changed || mCurrentMode != mPositionedMode) {
231 switch (mCurrentMode) {
250 if ((mCurrentMode != mPositionedMode && mPositionedMode != ViewMode.UNKNOWN)
265 if (mPositionedMode == mCurrentMode) {
272 switch (mCurrentMode) {
312 mPositionedMode = mCurrentMode;
366 if (ViewMode.isAdMode(mCurrentMode)) {
438 switch (mCurrentMode) {
[all...]
/packages/apps/Settings/src/com/android/settings/location/
H A DLocationSettingsBase.java46 private int mCurrentMode; field in class:LocationSettingsBase
94 intent.putExtra(CURRENT_MODE_KEY, mCurrentMode);
105 mCurrentMode = mode;
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DIndicatorControl.java50 protected int mCurrentMode = MODE_CAMERA; field in class:IndicatorControl
85 mCurrentMode = MODE_VIDEO;
204 if (mCurrentMode == MODE_VIDEO) {
211 if (mCurrentMode == MODE_VIDEO) {
H A DIndicatorControlBar.java116 if (mCurrentMode == MODE_VIDEO) {
H A DSecondLevelIndicatorControlBar.java202 if (mCurrentMode == MODE_VIDEO) {
H A DIndicatorControlWheel.java515 if (mCurrentMode == MODE_VIDEO) {

Completed in 524 milliseconds