Home
last modified time | relevance | path

Searched refs:mSmoothZoomSupported (Results 1 – 3 of 3) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/ui/
DZoomControl.java60 private boolean mSmoothZoomSupported; field in ZoomControl
104 if (!mSmoothZoomSupported) mHandler.removeCallbacks(mRunnable); in closeZoomControl()
136 mSmoothZoomSupported = smoothZoomSupported; in setSmoothZoomSupported()
152 if (mSmoothZoomSupported) { in stopZooming()
178 if (!mSmoothZoomSupported) { in performZoom()
194 if (mSmoothZoomSupported) { in changeZoomIndex()
/packages/apps/LegacyCamera/src/com/android/camera/
DCamera.java120 private boolean mSmoothZoomSupported = false; field in Camera
496 mZoomControl.setSmoothZoomSupported(mSmoothZoomSupported); in initializeZoom()
505 if (mSmoothZoomSupported) { in onZoomValueChanged()
DVideoCamera.java263 private boolean mSmoothZoomSupported = false; field in VideoCamera
2293 mZoomControl.setSmoothZoomSupported(mSmoothZoomSupported); in initializeZoom()
2327 if (mSmoothZoomSupported) { in onZoomValueChanged()