Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DRotationUtils.java55 public static final int ROTATION_UPSIDE_DOWN = 2; field in RotationUtils
63 ROTATION_UPSIDE_DOWN,
96 return ROTATION_UPSIDE_DOWN; in getExactRotation()
109 case ROTATION_UPSIDE_DOWN: in toString()
130 case ROTATION_UPSIDE_DOWN: in getResourcesForRotation()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarContentInsetsProvider.kt37 import com.android.systemui.util.leak.RotationUtils.ROTATION_UPSIDE_DOWN
301 if (exactRotation == ROTATION_NONE || exactRotation == ROTATION_UPSIDE_DOWN) {
470 ROTATION_UPSIDE_DOWN -> Rect(0, h - sbHeight, w, h)
497 ROTATION_UPSIDE_DOWN -> left <= 0
506 ROTATION_UPSIDE_DOWN -> right >= width
515 ROTATION_UPSIDE_DOWN -> bottom
524 ROTATION_UPSIDE_DOWN -> left
533 ROTATION_UPSIDE_DOWN -> right
540 ROTATION_NONE, ROTATION_UPSIDE_DOWN -> width()
551 ROTATION_NONE, ROTATION_UPSIDE_DOWN -> return
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
H A DPrivacyDotViewController.kt44 import com.android.systemui.util.leak.RotationUtils.ROTATION_UPSIDE_DOWN
390 br -> if (rtl) ROTATION_UPSIDE_DOWN else ROTATION_LANDSCAPE
391 else /* bl */ -> if (rtl) ROTATION_SEASCAPE else ROTATION_UPSIDE_DOWN
429 .getStatusBarContentAreaForRotation(ROTATION_UPSIDE_DOWN)
569 .getStatusBarContentAreaForRotation(ROTATION_UPSIDE_DOWN)
671 ROTATION_UPSIDE_DOWN -> upsideDownRect!!
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarContentInsetsProviderTest.kt32 import com.android.systemui.util.leak.RotationUtils.ROTATION_UPSIDE_DOWN
200 targetRotation = ROTATION_UPSIDE_DOWN
299 targetRotation = ROTATION_UPSIDE_DOWN
387 targetRotation = ROTATION_UPSIDE_DOWN
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
H A DStatusBarWindowController.java28 import static com.android.systemui.util.leak.RotationUtils.ROTATION_UPSIDE_DOWN;
261 .getBoundingRectForPrivacyChipForRotation(ROTATION_UPSIDE_DOWN, displayCutout);