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.java56 public static final int ROTATION_SEASCAPE = 3; field in RotationUtils
62 ROTATION_SEASCAPE,
78 return ROTATION_SEASCAPE; in getRotation()
94 return ROTATION_SEASCAPE; in getExactRotation()
111 case ROTATION_SEASCAPE: in toString()
134 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.kt45 import com.android.systemui.util.leak.RotationUtils.ROTATION_SEASCAPE in <lambda>()
270 if (currentRotation == ROTATION_LANDSCAPE || currentRotation == ROTATION_SEASCAPE) { in <lambda>()
400 tl -> if (rtl) ROTATION_NONE else ROTATION_SEASCAPE in <lambda>()
402 else /* bl */ -> if (rtl) ROTATION_SEASCAPE else ROTATION_UPSIDE_DOWN in <lambda>()
437 val left = contentInsetsProvider.getStatusBarContentAreaForRotation(ROTATION_SEASCAPE) in <lambda>()
579 val left = contentInsetsProvider.getStatusBarContentAreaForRotation(ROTATION_SEASCAPE) in <lambda>()
686 ROTATION_SEASCAPE -> seascapeRect!! in contentRectForRotation()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/events/
DPrivacyDotViewControllerTest.kt40 import com.android.systemui.util.leak.RotationUtils.ROTATION_SEASCAPE in <lambda>()
237 setRotation(ROTATION_SEASCAPE) in <lambda>()
279 setRotation(ROTATION_SEASCAPE) in <lambda>()
397 whenever(it.getStatusBarContentAreaForRotation(ROTATION_SEASCAPE)) in createMockContentInsetsProvider()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DScreenPinningRequest.java22 import static com.android.systemui.util.leak.RotationUtils.ROTATION_SEASCAPE;
192 rotation == ROTATION_SEASCAPE ? (Gravity.CENTER_VERTICAL | Gravity.LEFT) : in getRequestLayoutParams()
224 if (rotation == ROTATION_SEASCAPE) { in onAttachedToWindow()
264 rotation == ROTATION_SEASCAPE ? R.layout.screen_pinning_request_sea_phone : in inflateView()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProviderTest.kt36 import com.android.systemui.util.leak.RotationUtils.ROTATION_SEASCAPE
260 targetRotation = ROTATION_SEASCAPE in testCalculateInsetsForRotationWithRotatedResources_topLeftCutout_noCameraProtection()
378 targetRotation = ROTATION_SEASCAPE in testCalculateInsetsForRotationWithRotatedResources_topLeftCutout_withCameraProtection()
525 targetRotation = ROTATION_SEASCAPE in Rect()
642 targetRotation = ROTATION_SEASCAPE in testCalculateInsetsForRotationWithRotatedResources_topRightCutout_withCameraProtection()
806 targetRotation = ROTATION_SEASCAPE in testCalculateInsetsForRotationWithRotatedResources_nonCornerCutout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
DStatusBarWindowController.java27 import static com.android.systemui.util.leak.RotationUtils.ROTATION_SEASCAPE;
268 .getBoundingRectForPrivacyChipForRotation(ROTATION_SEASCAPE, displayCutout);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQuickQSPanelController.java93 || rotation == RotationUtils.ROTATION_SEASCAPE; in updateMediaExpansion()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProvider.kt45 import com.android.systemui.util.leak.RotationUtils.ROTATION_SEASCAPE in <lambda>()
697 return this == ROTATION_LANDSCAPE || this == ROTATION_SEASCAPE in Int()