Searched defs:getScale (Results 1 - 4 of 4) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
H A DPointCloud.java166 public float getScale() { method in class:PointCloud
/packages/apps/Gallery/src/com/android/camera/
H A DImageViewTouchBase.java107 if (getScale() > 1.0f) {
250 protected float getScale(Matrix matrix) { method in class:ImageViewTouchBase
254 protected float getScale() { method in class:ImageViewTouchBase
255 return getScale(mSuppMatrix);
312 float oldScale = getScale();
322 final float incrementPerMs = (scale - getScale()) / durationMs;
323 final float oldScale = getScale();
364 if (getScale() >= mMaxZoom) {
390 if (getScale(tmp) < 1F) {
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DImageViewTouchBase.java246 public float getScale() { method in class:ImageViewTouchBase
362 float oldScale = getScale();
408 float oldScale = getScale();
430 if (getScale() < mMaxZoom && mBitmapDisplayed != null) {
452 if (getScale() > MIN_ZOOM_SCALE && mBitmapDisplayed != null) {
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DCropView.java173 setImageViewPosition(a.getCenterX(), a.getCenterY(), a.getScale());
374 public float getScale() { method in class:CropView.AnimationController
453 float scale = mAnimation.getScale();

Completed in 126 milliseconds