Home
last modified time | relevance | path

Searched refs:isZoomSupported (Results 1 – 8 of 8) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/ui/
DIndicatorControlBarContainer.java69 boolean isZoomSupported, String[] secondLevelKeys, in initialize() argument
72 mIndicatorControlBar.initialize(context, group, isZoomSupported); in initialize()
DIndicatorControlWheelContainer.java60 boolean isZoomSupported, String[] keys, String[] otherSettingKeys) { in initialize() argument
61 mIndicatorControlWheel.initialize(context, group, isZoomSupported, in initialize()
DIndicatorControlWheel.java158 boolean isZoomSupported, String[] keys, String[] otherSettingKeys) { in initialize() argument
166 if (isZoomSupported) { in initialize()
DIndicatorControlContainer.java27 boolean isZoomSupported, String[] keys, String[] otherSettingKeys); in initialize() argument
/packages/apps/LegacyCamera/src/com/android/camera/
DCamera.java490 if (!mParameters.isZoomSupported()) return; in initializeZoom()
1263 mParameters.isZoomSupported(), in initializeIndicatorControl()
1915 if (mParameters.isZoomSupported()) { in updateCameraParametersZoom()
2264 if (mParameters.isZoomSupported()) { in restorePreferences()
DVideoCamera.java527 mParameters.isZoomSupported(), SETTING_KEYS, OTHER_SETTING_KEYS); in initializeIndicatorControl()
1915 if (mParameters.isZoomSupported()) { in setCameraParameters()
2081 if (mParameters.isZoomSupported()) { in restorePreferences()
2286 if (!mParameters.isZoomSupported()) return; in initializeZoom()
/packages/apps/Camera/src/com/android/camera/
DVideoModule.java1634 && mParameters.isZoomSupported()) { in showRecordingUI()
1643 && mParameters.isZoomSupported()) { in showRecordingUI()
1941 if (mParameters.isZoomSupported()) { in setCameraParameters()
2423 if (!mParameters.isZoomSupported()) return; in initializeZoom()
DPhotoModule.java734 if ((mParameters == null) || !mParameters.isZoomSupported() in initializeZoom()
2017 if (mParameters.isZoomSupported()) { in updateCameraParametersZoom()