Home
last modified time | relevance | path

Searched refs:leftAligned (Results 1 – 2 of 2) sorted by relevance

/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
DWallpaperTileInfo.java47 int rotation, boolean leftAligned) { in createThumbnail() argument
64 (int) rotatedBounds[0], (int) rotatedBounds[1], width, height, leftAligned); in createThumbnail()
/packages/apps/WallpaperPicker/src/com/android/gallery3d/common/
DUtils.java109 int inWidth, int inHeight, int outWidth, int outHeight, boolean leftAligned) { in getMaxCropRect() argument
117 if (leftAligned) { in getMaxCropRect()