Searched refs:leftAligned (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/common/ |
D | Utils.java | 109 int inWidth, int inHeight, int outWidth, int outHeight, boolean leftAligned) { in getMaxCropRect() argument 117 if (leftAligned) { in getMaxCropRect()
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/ |
D | WallpaperPickerActivity.java | 916 Resources res, int resId, int rotation, boolean leftAligned) { 944 (int) rotatedBounds[0], (int) rotatedBounds[1], width, height, leftAligned);
|