• Home
  • Raw
  • Download

Lines Matching refs:mPreferences

123     private ComboPreferences mPreferences;  field in VideoModule
362 mPreferences = new ComboPreferences(mActivity); in init()
363 CameraSettings.upgradeGlobalPreferences(mPreferences.getGlobal()); in init()
364 mCameraId = getPreferredCameraId(mPreferences); in init()
366 mPreferences.setLocalId(mActivity, mCameraId); in init()
367 CameraSettings.upgradeLocalPreferences(mPreferences.getLocal()); in init()
427 mUI.updateOnScreenIndicators(mParameters, mPreferences); in init()
636 mPreferences.getString(CameraSettings.KEY_VIDEO_QUALITY, in readVideoPreferences()
663 mEffectType = CameraSettings.readEffectType(mPreferences); in readVideoPreferences()
665 mEffectParameter = CameraSettings.readEffectParameter(mPreferences); in readVideoPreferences()
676 String frameIntervalStr = mPreferences.getString( in readVideoPreferences()
689 ComboPreferences.Editor editor = mPreferences.edit(); in writeDefaultEffectToPrefs()
787 boolean recordLocation = RecordLocationPreference.get(mPreferences, in onResumeAfterSuper()
1800 flashMode = mPreferences.getString( in setCameraParameters()
1818 String whiteBalance = mPreferences.getString( in setCameraParameters()
2006 synchronized (mPreferences) { in onSharedPreferenceChanged()
2012 mPreferences, mContentResolver); in onSharedPreferenceChanged()
2035 mUI.updateOnScreenIndicators(mParameters, mPreferences); in onSharedPreferenceChanged()
2055 mPreferences.setLocalId(mActivity, mCameraId); in switchCamera()
2056 CameraSettings.upgradeLocalPreferences(mPreferences.getLocal()); in switchCamera()
2073 mUI.updateOnScreenIndicators(mParameters, mPreferences); in switchCamera()
2090 mEffectType = CameraSettings.readEffectType(mPreferences); in updateEffectSelection()
2091 mEffectParameter = CameraSettings.readEffectParameter(mPreferences); in updateEffectSelection()
2097 Log.v(TAG, "New effect selection: " + mPreferences.getString( in updateEffectSelection()
2152 if (mPreferences.getBoolean( in initializeVideoSnapshot()
2232 String value = mPreferences.getString(CameraSettings.KEY_VIDEO_EFFECT, in resetEffect()
2272 Editor editor = mPreferences.edit(); in showTapToSnapshotToast()