Searched refs:targetScale (Results 1 - 4 of 4) sorted by relevance

/frameworks/ex/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java202 float targetScale = currentScale * DOUBLE_TAP_SCALE_FACTOR;
205 targetScale = Math.max(mMinScale, targetScale);
206 targetScale = Math.min(mMaxScale, targetScale);
208 mScaleRunnable.start(currentScale, targetScale, e.getX(), e.getY());
971 public boolean start(float startScale, float targetScale, float centerX, float centerY) { argument
980 mTargetScale = targetScale;
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java204 float targetScale = currentScale * DOUBLE_TAP_SCALE_FACTOR;
207 targetScale = Math.max(mMinScale, targetScale);
208 targetScale = Math.min(mMaxScale, targetScale);
210 mScaleRunnable.start(currentScale, targetScale, e.getX(), e.getY());
977 public boolean start(float startScale, float targetScale, float centerX, float centerY) { argument
986 mTargetScale = targetScale;
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DGlowPadView.java500 final float targetScale = expanded ?
510 "scaleX", targetScale,
511 "scaleY", targetScale,
H A DMultiWaveView.java541 final float targetScale = expanded ? TARGET_SCALE_EXPANDED : TARGET_SCALE_COLLAPSED;
549 "scaleX", targetScale,
550 "scaleY", targetScale,

Completed in 131 milliseconds