Searched refs:TOP_RIGHT (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
D | ViewHierarchyAnimator.kt | 684 Hotspot.TOP_RIGHT, in <lambda>() 693 Hotspot.TOP_RIGHT -> min(startTop, newTop) in <lambda>() 703 Hotspot.TOP_RIGHT, in <lambda>() 722 Hotspot.TOP_RIGHT -> min(startTop, newTop) in <lambda>() 814 Hotspot.TOP_RIGHT -> mapOf( in <lambda>() 901 Hotspot.TOP_RIGHT, in <lambda>() 912 Hotspot.TOP_RIGHT -> -halfHeight in <lambda>() 922 Hotspot.TOP_RIGHT, in <lambda>() 939 Hotspot.TOP_RIGHT -> halfHeight in <lambda>() 1104 TOP_RIGHT, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/ |
D | PerimeterPathGuide.java | 56 TOP_RIGHT, enumConstant 239 CornerPathRenderer.Corner.TOP_RIGHT); in computeRegions() 245 mRegions[Region.TOP_RIGHT.ordinal()].path = in computeRegions() 252 mRegions[Region.TOP_RIGHT.ordinal()].path.transform(matrix); in computeRegions()
|
D | CircularCornerPathRenderer.java | 54 case TOP_RIGHT: in getCornerPath()
|
D | PathSpecCornerPathRenderer.java | 94 case TOP_RIGHT: in getCornerPath()
|
D | CornerPathRenderer.java | 41 TOP_RIGHT, enumConstant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/ |
D | PrivacyDotViewController.kt | 379 tr -> TOP_RIGHT in <lambda>() 409 TOP_RIGHT, BOTTOM_RIGHT -> right in <lambda>() 620 const val TOP_RIGHT = 1 constant 631 TOP_RIGHT -> Gravity.TOP or Gravity.RIGHT in toGravity() 641 TOP_RIGHT -> Gravity.CENTER_VERTICAL or Gravity.LEFT in Int()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/events/ |
D | PrivacyDotViewControllerTest.kt | 221 assertThat(controller.currentViewState.cornerIndex).isEqualTo(TOP_RIGHT) in <lambda>() 273 assertThat(controller.currentViewState.cornerIndex).isEqualTo(TOP_RIGHT) in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/ |
D | ViewHierarchyAnimatorTest.kt | 408 origin = ViewHierarchyAnimator.Hotspot.TOP_RIGHT in animatesAppearingViewsRespectingOrigin() 530 origin = ViewHierarchyAnimator.Hotspot.TOP_RIGHT, in animatesAppearingViewsRespectingMargins() 921 removedChild, destination = ViewHierarchyAnimator.Hotspot.TOP_RIGHT in animatesViewRemovalRespectingDestination() 1128 destination = ViewHierarchyAnimator.Hotspot.TOP_RIGHT, in animatesViewRemoval_includeMarginsTrue_topRight()
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
D | ExifInterface.java | 382 public static final short TOP_RIGHT = 2; field
|