Searched refs:isZoomSupported (Results 1 – 6 of 6) sorted by relevance
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
D | IndicatorControlBarContainer.java | 69 boolean isZoomSupported, String[] secondLevelKeys, in initialize() argument 72 mIndicatorControlBar.initialize(context, group, isZoomSupported); in initialize()
|
D | IndicatorControlWheelContainer.java | 60 boolean isZoomSupported, String[] keys, String[] otherSettingKeys) { in initialize() argument 61 mIndicatorControlWheel.initialize(context, group, isZoomSupported, in initialize()
|
D | IndicatorControlContainer.java | 27 boolean isZoomSupported, String[] keys, String[] otherSettingKeys); in initialize() argument
|
D | IndicatorControlWheel.java | 158 boolean isZoomSupported, String[] keys, String[] otherSettingKeys) { in initialize() argument 167 if (isZoomSupported) { in initialize()
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
D | Camera.java | 490 if (!mParameters.isZoomSupported()) return; in initializeZoom() 1276 mParameters.isZoomSupported(), in initializeIndicatorControl() 1933 if (mParameters.isZoomSupported()) { in updateCameraParametersZoom() 2282 if (mParameters.isZoomSupported()) { in restorePreferences()
|
D | VideoCamera.java | 527 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()
|