Searched refs:isZoomSupported (Results 1 – 8 of 8) 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 | IndicatorControlWheel.java | 158 boolean isZoomSupported, String[] keys, String[] otherSettingKeys) { in initialize() argument 166 if (isZoomSupported) { in initialize()
|
D | IndicatorControlContainer.java | 27 boolean isZoomSupported, String[] keys, String[] otherSettingKeys); in initialize() argument
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
D | Camera.java | 490 if (!mParameters.isZoomSupported()) return; in initializeZoom() 1263 mParameters.isZoomSupported(), in initializeIndicatorControl() 1915 if (mParameters.isZoomSupported()) { in updateCameraParametersZoom() 2264 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()
|
/packages/apps/Camera/src/com/android/camera/ |
D | VideoModule.java | 1634 && mParameters.isZoomSupported()) { in showRecordingUI() 1643 && mParameters.isZoomSupported()) { in showRecordingUI() 1941 if (mParameters.isZoomSupported()) { in setCameraParameters() 2423 if (!mParameters.isZoomSupported()) return; in initializeZoom()
|
D | PhotoModule.java | 734 if ((mParameters == null) || !mParameters.isZoomSupported() in initializeZoom() 2017 if (mParameters.isZoomSupported()) { in updateCameraParametersZoom()
|