Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
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()
DCircularCornerPathRenderer.java44 case BOTTOM_LEFT: in getCornerPath()
DPathSpecCornerPathRenderer.java106 case BOTTOM_LEFT: in getCornerPath()
DCornerPathRenderer.java39 BOTTOM_LEFT, enumConstant
DInvocationLightsView.java131 mGuide.getRegionWidth(PerimeterPathGuide.Region.BOTTOM_LEFT); in onInvocationProgress()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DViewHierarchyAnimator.kt679 Hotspot.BOTTOM_LEFT, in <lambda>()
698 Hotspot.BOTTOM_LEFT -> max(startBottom, newBottom) in <lambda>()
708 Hotspot.BOTTOM_LEFT, in <lambda>()
717 Hotspot.BOTTOM_LEFT -> max(startBottom, newBottom) in <lambda>()
838 Hotspot.BOTTOM_LEFT -> mapOf( in <lambda>()
898 Hotspot.BOTTOM_LEFT, in <lambda>()
915 Hotspot.BOTTOM_LEFT -> parentHeight - halfHeight in <lambda>()
925 Hotspot.BOTTOM_LEFT, in <lambda>()
936 Hotspot.BOTTOM_LEFT -> parentHeight + halfHeight in <lambda>()
1108 BOTTOM_LEFT in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DPrivacyDotViewController.kt380 bl -> BOTTOM_LEFT in <lambda>()
408 TOP_LEFT, BOTTOM_LEFT -> left in <lambda>()
622 const val BOTTOM_LEFT = 3 constant
632 BOTTOM_LEFT -> Gravity.BOTTOM or Gravity.LEFT in toGravity()
642 BOTTOM_LEFT -> Gravity.CENTER_VERTICAL or Gravity.RIGHT in Int()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/events/
DPrivacyDotViewControllerTest.kt251 assertThat(controller.currentViewState.cornerIndex).isEqualTo(BOTTOM_LEFT) in <lambda>()
284 assertThat(controller.currentViewState.cornerIndex).isEqualTo(BOTTOM_LEFT) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DViewHierarchyAnimatorTest.kt460 origin = ViewHierarchyAnimator.Hotspot.BOTTOM_LEFT in animatesAppearingViewsRespectingOrigin()
586 origin = ViewHierarchyAnimator.Hotspot.BOTTOM_LEFT, in animatesAppearingViewsRespectingMargins()
993 removedChild, destination = ViewHierarchyAnimator.Hotspot.BOTTOM_LEFT in animatesViewRemovalRespectingDestination()
1234 destination = ViewHierarchyAnimator.Hotspot.BOTTOM_LEFT, in animatesViewRemoval_includeMarginsTrue_bottomLeft()
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
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()