Searched refs:mMinScale (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
H A DCropView.java42 private float mMinScale; field in class:CropView
167 mMinScale = Math.max(w / imageWidth, h / imageHeight);
169 Math.max(mMinScale, resetScale ? Float.MIN_VALUE : mRenderer.scale);
184 mRenderer.scale = Math.max(mMinScale, mRenderer.scale);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedView.java223 private float mMinScale = 1f; field in class:PagedView
400 mMinScale = f;
825 scaledWidthSize = (int) (parentWidthSize / mMinScale);
826 scaledHeightSize = (int) (parentHeightSize / mMinScale);

Completed in 293 milliseconds