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

  /development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
Zoomer.java 47 private float mCurrentZoom;
82 mCurrentZoom = mEndZoom;
96 mCurrentZoom = 1f;
113 mCurrentZoom = mEndZoom;
118 mCurrentZoom = mEndZoom * mInterpolator.getInterpolation(t);
128 return mCurrentZoom;
  /packages/apps/Camera2/src/com/android/camera/tinyplanet/
TinyPlanetFragment.java 95 private float mCurrentZoom = 0.5f;
163 mCurrentZoom, mCurrentAngle);
356 outputSize, mCurrentZoom, mCurrentAngle);
419 mCurrentZoom = zoom / 1000f;
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI.cpp 144 mCurrentZoom(0),
511 mCurrentZoom = mParameters.getInt("zoom");
512 mSmoothZoomStep = (mCurrentZoom > mTargetSmoothZoom)? -1: 1;
513 if(mCurrentZoom == mTargetSmoothZoom) {
517 mCurrentZoom, 1, mCallbackCookie);
518 } else if(mCurrentZoom < 0 || mCurrentZoom > MaxZoom ||
522 mCurrentZoom, 0, mCallbackCookie);
525 mCurrentZoom += mSmoothZoomStep;
526 if ((mSmoothZoomStep < 0 && mCurrentZoom < mTargetSmoothZoom)|
    [all...]
QCameraHWI_Parm.cpp     [all...]
  /device/lge/mako/camera/
QCameraHWI.cpp 145 mCurrentZoom(0),
535 mCurrentZoom = mParameters.getInt("zoom");
536 mSmoothZoomStep = (mCurrentZoom > mTargetSmoothZoom)? -1: 1;
537 if(mCurrentZoom == mTargetSmoothZoom) {
541 mCurrentZoom, 1, mCallbackCookie);
542 } else if(mCurrentZoom < 0 || mCurrentZoom > MaxZoom ||
546 mCurrentZoom, 0, mCallbackCookie);
549 mCurrentZoom += mSmoothZoomStep;
550 if ((mSmoothZoomStep < 0 && mCurrentZoom < mTargetSmoothZoom)|
    [all...]
QCameraHWI.h 717 int mCurrentZoom;
QCameraHWI_Parm.cpp     [all...]
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI.h 706 int mCurrentZoom;

Completed in 172 milliseconds