Home
last modified time | relevance | path

Searched refs:BOTTOM_RIGHT (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
DPerimeterPathGuide.java54 BOTTOM_RIGHT, enumConstant
197 || corner == CircularCornerPathRenderer.Corner.BOTTOM_RIGHT) { in getPhysicalCornerRadius()
235 CornerPathRenderer.Corner.BOTTOM_RIGHT); in computeRegions()
243 mRegions[Region.BOTTOM_RIGHT.ordinal()].path = in computeRegions()
251 mRegions[Region.BOTTOM_RIGHT.ordinal()].path.transform(matrix); in computeRegions()
DCircularCornerPathRenderer.java49 case BOTTOM_RIGHT: in getCornerPath()
DPathSpecCornerPathRenderer.java100 case BOTTOM_RIGHT: in getCornerPath()
DCornerPathRenderer.java40 BOTTOM_RIGHT, enumConstant
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DViewHierarchyAnimator.kt686 Hotspot.BOTTOM_RIGHT -> max(startRight, newRight) in <lambda>()
696 Hotspot.BOTTOM_RIGHT, in <lambda>()
705 Hotspot.BOTTOM_RIGHT -> max(startRight, newRight) in <lambda>()
715 Hotspot.BOTTOM_RIGHT, in <lambda>()
826 Hotspot.BOTTOM_RIGHT -> mapOf( in <lambda>()
903 Hotspot.BOTTOM_RIGHT -> parentWidth - halfWidth in <lambda>()
913 Hotspot.BOTTOM_RIGHT, in <lambda>()
924 Hotspot.BOTTOM_RIGHT -> parentWidth + halfWidth in <lambda>()
934 Hotspot.BOTTOM_RIGHT, in <lambda>()
1106 BOTTOM_RIGHT, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DPrivacyDotViewController.kt381 br -> BOTTOM_RIGHT in <lambda>()
409 TOP_RIGHT, BOTTOM_RIGHT -> right in <lambda>()
621 const val BOTTOM_RIGHT = 2 constant
633 BOTTOM_RIGHT -> Gravity.BOTTOM or Gravity.RIGHT in toGravity()
643 BOTTOM_RIGHT -> Gravity.CENTER_VERTICAL or Gravity.LEFT in Int()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/events/
DPrivacyDotViewControllerTest.kt231 assertThat(controller.currentViewState.cornerIndex).isEqualTo(BOTTOM_RIGHT) in <lambda>()
295 assertThat(controller.currentViewState.cornerIndex).isEqualTo(BOTTOM_RIGHT) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DViewHierarchyAnimatorTest.kt434 origin = ViewHierarchyAnimator.Hotspot.BOTTOM_RIGHT in animatesAppearingViewsRespectingOrigin()
558 origin = ViewHierarchyAnimator.Hotspot.BOTTOM_RIGHT, in animatesAppearingViewsRespectingMargins()
957 removedChild, destination = ViewHierarchyAnimator.Hotspot.BOTTOM_RIGHT in animatesViewRemovalRespectingDestination()
1181 destination = ViewHierarchyAnimator.Hotspot.BOTTOM_RIGHT, in animatesViewRemoval_includeMarginsTrue_bottomRight()
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
DExifInterface.java384 public static final short BOTTOM_RIGHT = 4; field