Home
last modified time | relevance | path

Searched refs:ROTATION_SEASCAPE (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DRotationUtils.java34 public static final int ROTATION_SEASCAPE = 3; field in RotationUtils
40 ROTATION_SEASCAPE,
56 return ROTATION_SEASCAPE; in getRotation()
72 return ROTATION_SEASCAPE; in getExactRotation()
89 case ROTATION_SEASCAPE: in toString()
112 case ROTATION_SEASCAPE: in getResourcesForRotation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsColumnLayout.java21 import static com.android.systemui.util.leak.RotationUtils.ROTATION_SEASCAPE;
62 return rotation == ROTATION_SEASCAPE; in shouldReverseListItems()
90 case (ROTATION_SEASCAPE): in snapToPowerButton()
111 case (ROTATION_SEASCAPE): in centerAlongEdge()
189 case ROTATION_SEASCAPE: in getAnimationOffsetY()
DGlobalActionsGridLayout.java21 import static com.android.systemui.util.leak.RotationUtils.ROTATION_SEASCAPE;
115 if (getCurrentRotation() == ROTATION_SEASCAPE) { in shouldReverseSublists()
138 || rotation == ROTATION_SEASCAPE) { in shouldReverseListItems()
160 case ROTATION_SEASCAPE: in getAnimationOffsetX()
DGlobalActionsFlatLayout.java21 import static com.android.systemui.util.leak.RotationUtils.ROTATION_SEASCAPE;
49 return rotation == ROTATION_SEASCAPE; in shouldReverseListItems()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
DGlobalActionsGridLayoutTest.java66 doReturn(RotationUtils.ROTATION_SEASCAPE).when(mGridLayout).getCurrentRotation(); in testShouldSwapRowsAndColumns()
80 doReturn(RotationUtils.ROTATION_SEASCAPE).when(mGridLayout).getCurrentRotation(); in testShouldReverseListItems()
91 doReturn(RotationUtils.ROTATION_SEASCAPE).when(mGridLayout).getCurrentRotation(); in testShouldReverseListItems()
103 doReturn(RotationUtils.ROTATION_SEASCAPE).when(mGridLayout).getCurrentRotation(); in testShouldReverseSublists()
117 doReturn(RotationUtils.ROTATION_SEASCAPE).when(mGridLayout).getCurrentRotation(); in testGetAnimationOffsetX()
131 doReturn(RotationUtils.ROTATION_SEASCAPE).when(mGridLayout).getCurrentRotation(); in testGetAnimationOffsetY()
DGlobalActionsColumnLayoutTest.java66 doReturn(RotationUtils.ROTATION_SEASCAPE).when(mColumnLayout).getCurrentRotation(); in testShouldReverseListItems()
77 doReturn(RotationUtils.ROTATION_SEASCAPE).when(mColumnLayout).getCurrentRotation(); in testShouldReverseListItems()
91 doReturn(RotationUtils.ROTATION_SEASCAPE).when(mColumnLayout).getCurrentRotation(); in testGetAnimationOffsetX()
105 doReturn(RotationUtils.ROTATION_SEASCAPE).when(mColumnLayout).getCurrentRotation(); in testGetAnimationOffsetY()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DPrivacyDotViewController.kt43 import com.android.systemui.util.leak.RotationUtils.ROTATION_SEASCAPE in <lambda>()
258 if (currentRotation == ROTATION_LANDSCAPE || currentRotation == ROTATION_SEASCAPE) { in <lambda>()
374 tl -> if (rtl) ROTATION_NONE else ROTATION_SEASCAPE in <lambda>()
376 else /* bl */ -> if (rtl) ROTATION_SEASCAPE else ROTATION_UPSIDE_DOWN in <lambda>()
410 val left = contentInsetsProvider.getStatusBarContentInsetsForRotation(ROTATION_SEASCAPE) in <lambda>()
552 val left = contentInsetsProvider.getStatusBarContentInsetsForRotation(ROTATION_SEASCAPE) in <lambda>()
654 ROTATION_SEASCAPE -> seascapeRect!! in contentRectForRotation()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProviderTest.kt27 import com.android.systemui.util.leak.RotationUtils.ROTATION_SEASCAPE
189 targetRotation = ROTATION_SEASCAPE in testCalculateInsetsForRotationWithRotatedResources_topLeftCutout()
278 targetRotation = ROTATION_SEASCAPE in testCalculateInsetsForRotationWithRotatedResources_nonCornerCutout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DScreenPinningRequest.java21 import static com.android.systemui.util.leak.RotationUtils.ROTATION_SEASCAPE;
163 rotation == ROTATION_SEASCAPE ? (Gravity.CENTER_VERTICAL | Gravity.LEFT) : in getRequestLayoutParams()
198 if (rotation == ROTATION_SEASCAPE) { in onAttachedToWindow()
238 rotation == ROTATION_SEASCAPE ? R.layout.screen_pinning_request_sea_phone : in inflateView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowController.java25 import static com.android.systemui.util.leak.RotationUtils.ROTATION_SEASCAPE;
153 .getBoundingRectForPrivacyChipForRotation(ROTATION_SEASCAPE); in calculateStatusBarLocationsForAllRotations()
DStatusBarContentInsetsProvider.kt38 import com.android.systemui.util.leak.RotationUtils.ROTATION_SEASCAPE in <lambda>()
433 return this == ROTATION_LANDSCAPE || this == ROTATION_SEASCAPE in Int()
DStatusBarWindowView.java171 case RotationUtils.ROTATION_SEASCAPE: in statusBarCornerCutoutMargins()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/charging/
DWiredChargingRippleController.kt186 RotationUtils.ROTATION_SEASCAPE -> { in layoutRipple()