Home
last modified time | relevance | path

Searched refs:isZoomSupported (Results 1 – 6 of 6) 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()
DIndicatorControlContainer.java27 boolean isZoomSupported, String[] keys, String[] otherSettingKeys); in initialize() argument
DIndicatorControlWheel.java158 boolean isZoomSupported, String[] keys, String[] otherSettingKeys) { in initialize() argument
166 if (isZoomSupported) { in initialize()
/packages/apps/LegacyCamera/src/com/android/camera/
DCamera.java490 if (!mParameters.isZoomSupported()) return; in initializeZoom()
1276 mParameters.isZoomSupported(), in initializeIndicatorControl()
1933 if (mParameters.isZoomSupported()) { in updateCameraParametersZoom()
2282 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()