Home
last modified time | relevance | path

Searched refs:ROTATION_UPSIDE_DOWN (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DRotationUtils.java33 public static final int ROTATION_UPSIDE_DOWN = 2; field in RotationUtils
41 ROTATION_UPSIDE_DOWN,
74 return ROTATION_UPSIDE_DOWN; in getExactRotation()
87 case ROTATION_UPSIDE_DOWN: in toString()
108 case ROTATION_UPSIDE_DOWN: in getResourcesForRotation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProvider.kt39 import com.android.systemui.util.leak.RotationUtils.ROTATION_UPSIDE_DOWN in <lambda>()
201 if (exactRotation == ROTATION_NONE || exactRotation == ROTATION_UPSIDE_DOWN) { in onStatusBarContentInsetsChanged()
357 ROTATION_UPSIDE_DOWN -> Rect(0, h - sbHeight, w, h) in sbRect()
384 ROTATION_UPSIDE_DOWN -> left <= 0 in touchesRightEdge()
393 ROTATION_UPSIDE_DOWN -> right >= width in Rect()
402 ROTATION_UPSIDE_DOWN -> bottom in Rect()
411 ROTATION_UPSIDE_DOWN -> left in Rect()
420 ROTATION_UPSIDE_DOWN -> right in Rect()
427 ROTATION_NONE, ROTATION_UPSIDE_DOWN -> width() in Rect()
DStatusBarWindowController.java26 import static com.android.systemui.util.leak.RotationUtils.ROTATION_UPSIDE_DOWN;
151 .getBoundingRectForPrivacyChipForRotation(ROTATION_UPSIDE_DOWN); in calculateStatusBarLocationsForAllRotations()
DStatusBarWindowView.java177 case RotationUtils.ROTATION_UPSIDE_DOWN: in statusBarCornerCutoutMargins()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProviderTest.kt28 import com.android.systemui.util.leak.RotationUtils.ROTATION_UPSIDE_DOWN
171 targetRotation = ROTATION_UPSIDE_DOWN in testCalculateInsetsForRotationWithRotatedResources_topLeftCutout()
261 targetRotation = ROTATION_UPSIDE_DOWN in testCalculateInsetsForRotationWithRotatedResources_nonCornerCutout()
341 targetRotation = ROTATION_UPSIDE_DOWN in testCalculateInsetsForRotationWithRotatedResources_noCutout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DPrivacyDotViewController.kt44 import com.android.systemui.util.leak.RotationUtils.ROTATION_UPSIDE_DOWN in <lambda>()
375 br -> if (rtl) ROTATION_UPSIDE_DOWN else ROTATION_LANDSCAPE in <lambda>()
376 else /* bl */ -> if (rtl) ROTATION_SEASCAPE else ROTATION_UPSIDE_DOWN in <lambda>()
414 .getStatusBarContentInsetsForRotation(ROTATION_UPSIDE_DOWN) in <lambda>()
556 .getStatusBarContentInsetsForRotation(ROTATION_UPSIDE_DOWN) in <lambda>()
653 ROTATION_UPSIDE_DOWN -> upsideDownRect!! in contentRectForRotation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/charging/
DWiredChargingRippleController.kt183 RotationUtils.ROTATION_UPSIDE_DOWN -> { in layoutRipple()