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

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

Completed in 88 milliseconds