Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DViewHierarchyAnimator.kt684 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/
DPerimeterPathGuide.java56 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()
DCircularCornerPathRenderer.java54 case TOP_RIGHT: in getCornerPath()
DPathSpecCornerPathRenderer.java94 case TOP_RIGHT: in getCornerPath()
DCornerPathRenderer.java41 TOP_RIGHT, enumConstant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DPrivacyDotViewController.kt379 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/
DPrivacyDotViewControllerTest.kt221 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/
DViewHierarchyAnimatorTest.kt408 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/
DExifInterface.java382 public static final short TOP_RIGHT = 2; field