Searched refs:BOTTOM_RIGHT (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/ |
D | PerimeterPathGuide.java | 54 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()
|
D | CircularCornerPathRenderer.java | 49 case BOTTOM_RIGHT: in getCornerPath()
|
D | PathSpecCornerPathRenderer.java | 100 case BOTTOM_RIGHT: in getCornerPath()
|
D | CornerPathRenderer.java | 40 BOTTOM_RIGHT, enumConstant
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
D | ViewHierarchyAnimator.kt | 686 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/ |
D | PrivacyDotViewController.kt | 381 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/ |
D | PrivacyDotViewControllerTest.kt | 231 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/ |
D | ViewHierarchyAnimatorTest.kt | 434 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/ |
D | ExifInterface.java | 384 public static final short BOTTOM_RIGHT = 4; field
|