HomeSort by relevance Sort by last modified time
    Searched refs:mSmoothZoomSupported (Results 1 - 3 of 3) sorted by null

  /packages/apps/Camera/src/com/android/camera/ui/
ZoomControl.java 60 private boolean mSmoothZoomSupported;
104 if (!mSmoothZoomSupported) mHandler.removeCallbacks(mRunnable);
136 mSmoothZoomSupported = smoothZoomSupported;
152 if (mSmoothZoomSupported) {
178 if (!mSmoothZoomSupported) {
194 if (mSmoothZoomSupported) {
  /packages/apps/Camera/src/com/android/camera/
Camera.java 120 private boolean mSmoothZoomSupported = false;
496 mZoomControl.setSmoothZoomSupported(mSmoothZoomSupported);
505 if (mSmoothZoomSupported) {
    [all...]
VideoCamera.java 263 private boolean mSmoothZoomSupported = false;
    [all...]

Completed in 153 milliseconds