Searched refs:BOTTOM_LEFT (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/ |
D | PerimeterPathGuide.java | 60 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()
|
D | CircularCornerPathRenderer.java | 44 case BOTTOM_LEFT: in getCornerPath()
|
D | PathSpecCornerPathRenderer.java | 106 case BOTTOM_LEFT: in getCornerPath()
|
D | CornerPathRenderer.java | 39 BOTTOM_LEFT, enumConstant
|
D | InvocationLightsView.java | 131 mGuide.getRegionWidth(PerimeterPathGuide.Region.BOTTOM_LEFT); in onInvocationProgress()
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
D | ViewHierarchyAnimator.kt | 679 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/ |
D | PrivacyDotViewController.kt | 380 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/ |
D | PrivacyDotViewControllerTest.kt | 251 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/ |
D | ViewHierarchyAnimatorTest.kt | 460 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/ |
D | ExifInterface.java | 383 public static final short BOTTOM_LEFT = 3; field 1870 return Orientation.BOTTOM_LEFT; // 180 degrees in getOrientationValueForRotation() 1888 case Orientation.BOTTOM_LEFT: in getRotationForOrientationValue()
|