Searched refs:BOTTOM_LEFT (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/ |
H A D | PerimeterPathGuide.java | 60 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 D | CircularCornerPathRenderer.java | 44 case BOTTOM_LEFT: in getCornerPath()
|
H A D | PathSpecCornerPathRenderer.java | 106 case BOTTOM_LEFT: in getCornerPath()
|
H A D | CornerPathRenderer.java | 39 BOTTOM_LEFT, enumConstant
|
H A D | InvocationLightsView.java | 130 mGuide.getRegionWidth(PerimeterPathGuide.Region.BOTTOM_LEFT); in onInvocationProgress()
|
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
H A D | ViewHierarchyAnimator.kt | 666 Hotspot.BOTTOM_LEFT, 685 Hotspot.BOTTOM_LEFT -> max(startBottom, newBottom) 695 Hotspot.BOTTOM_LEFT, 704 Hotspot.BOTTOM_LEFT -> max(startBottom, newBottom) 825 Hotspot.BOTTOM_LEFT -> mapOf( 885 Hotspot.BOTTOM_LEFT, 902 Hotspot.BOTTOM_LEFT -> parentHeight - halfHeight 912 Hotspot.BOTTOM_LEFT, 923 Hotspot.BOTTOM_LEFT -> parentHeight + halfHeight 1093 BOTTOM_LEFT
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/ |
H A D | PrivacyDotViewController.kt | 369 bl -> BOTTOM_LEFT 397 TOP_LEFT, BOTTOM_LEFT -> left 608 const val BOTTOM_LEFT = 3 618 BOTTOM_LEFT -> Gravity.BOTTOM or Gravity.LEFT 628 BOTTOM_LEFT -> Gravity.CENTER_VERTICAL or Gravity.RIGHT
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/ |
H A D | ViewHierarchyAnimatorTest.kt | 426 origin = ViewHierarchyAnimator.Hotspot.BOTTOM_LEFT 552 origin = ViewHierarchyAnimator.Hotspot.BOTTOM_LEFT, 959 removedChild, destination = ViewHierarchyAnimator.Hotspot.BOTTOM_LEFT 1200 destination = ViewHierarchyAnimator.Hotspot.BOTTOM_LEFT,
|
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
H A D | ExifInterface.java | 383 public static final short BOTTOM_LEFT = 3; field 1870 return Orientation.BOTTOM_LEFT; // 180 degrees in getOrientationValueForRotation() 1888 case Orientation.BOTTOM_LEFT: in getRotationForOrientationValue()
|