Home
last modified time | relevance | path

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 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()
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DViewHierarchyAnimator.kt666 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 DPrivacyDotViewController.kt369 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 DViewHierarchyAnimatorTest.kt426 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 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()