Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
H A DWallpaperTileInfo.java47 int rotation, boolean leftAligned) { in createThumbnail() argument
64 (int) rotatedBounds[0], (int) rotatedBounds[1], width, height, leftAligned); in createThumbnail()
/aosp12/packages/apps/WallpaperPicker/src/com/android/gallery3d/common/
H A DUtils.java109 int inWidth, int inHeight, int outWidth, int outHeight, boolean leftAligned) { in getMaxCropRect() argument
117 if (leftAligned) { in getMaxCropRect()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DRoundedArrowDrawable.java61 float arrowOffsetX, float arrowOffsetY, boolean isPointingUp, boolean leftAligned, in RoundedArrowDrawable() argument
77 leftAligned ? 1 : -1, isPointingUp ? -1 : 1, width * 0.5f, height * 0.5f); in RoundedArrowDrawable()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityContainer.java283 public void setOneHandedModeLeftAligned(boolean leftAligned, boolean animate) { in setOneHandedModeLeftAligned() argument
284 mIsSecurityViewLeftAligned = leftAligned; in setOneHandedModeLeftAligned()
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java811 int inWidth, int inHeight, int outWidth, int outHeight, boolean leftAligned) {
819 if (leftAligned) {