Home
last modified time | relevance | path

Searched refs:BOTTOM_LEFT (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
H A DPerimeterPathGuide.java60 BOTTOM_LEFT enumConstant
196 if (corner == CircularCornerPathRenderer.Corner.BOTTOM_LEFT in getPhysicalCornerRadius()
233 CornerPathRenderer.Corner.BOTTOM_LEFT); in computeRegions()
241 mRegions[Region.BOTTOM_LEFT.ordinal()].path = in computeRegions()
250 mRegions[Region.BOTTOM_LEFT.ordinal()].path.transform(matrix); in computeRegions()
H A DCircularCornerPathRenderer.java44 case BOTTOM_LEFT: in getCornerPath()
H A DPathSpecCornerPathRenderer.java106 case BOTTOM_LEFT: in getCornerPath()
H A DCornerPathRenderer.java39 BOTTOM_LEFT, enumConstant
H A DInvocationLightsView.java130 mGuide.getRegionWidth(PerimeterPathGuide.Region.BOTTOM_LEFT); in onInvocationProgress()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
H A DPrivacyDotViewController.kt340 bl -> BOTTOM_LEFT
368 TOP_LEFT, BOTTOM_LEFT -> left
569 const val BOTTOM_LEFT = 3
579 BOTTOM_LEFT -> Gravity.BOTTOM or Gravity.LEFT
589 BOTTOM_LEFT -> Gravity.CENTER_VERTICAL or Gravity.RIGHT
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DCropObject.java45 public static final int BOTTOM_LEFT = MOVE_BOTTOM | MOVE_LEFT; field in CropObject
133 || selected == BOTTOM_LEFT; in checkCorner()
301 } else if (moving_corner == BOTTOM_LEFT) { in fixedCornerResize()
H A DCropDrawingUtils.java93 if ((selection == CropObject.BOTTOM_LEFT) || notMoving) { in drawIndicators()
/aosp12/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
H A DExifInterface.java279 short BOTTOM_LEFT = 3; field
304 case Orientation.BOTTOM_LEFT: // Rotate 180 in getOrientationParams()
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/exif/
H A DExifInterface.java383 public static final short BOTTOM_LEFT = 3; field
1870 return Orientation.BOTTOM_LEFT; // 180 degrees in getOrientationValueForRotation()
1888 case Orientation.BOTTOM_LEFT: in getRotationForOrientationValue()
1906 case Orientation.BOTTOM_LEFT: // Rotate 180 in getOrientationParams()
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java383 public static final short BOTTOM_LEFT = 3; field
1870 return Orientation.BOTTOM_LEFT; // 180 degrees in getOrientationValueForRotation()
1888 case Orientation.BOTTOM_LEFT: in getRotationForOrientationValue()
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifInterface.java383 public static final short BOTTOM_LEFT = 3; field
1870 return Orientation.BOTTOM_LEFT; // 180 degrees in getOrientationValueForRotation()
1888 case Orientation.BOTTOM_LEFT: in getRotationForOrientationValue()
/aosp12/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifInterface.java386 public static final short BOTTOM_LEFT = 3; field
1849 return Orientation.BOTTOM_LEFT; // 180 degrees in getOrientationValueForRotation()
1867 case Orientation.BOTTOM_LEFT: in getRotationForOrientationValue()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
H A DImageLoader.java60 public static final int ORI_ROTATE_180 = ExifInterface.Orientation.BOTTOM_LEFT;