Home
last modified time | relevance | path

Searched refs:ROTATION_NONE (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
DGlobalActionsGridLayoutTest.java60 doReturn(RotationUtils.ROTATION_NONE).when(mGridLayout).getCurrentRotation(); in testShouldSwapRowsAndColumns()
77 doReturn(RotationUtils.ROTATION_NONE).when(mGridLayout).getCurrentRotation(); in testShouldReverseListItems()
88 doReturn(RotationUtils.ROTATION_NONE).when(mGridLayout).getCurrentRotation(); in testShouldReverseListItems()
100 doReturn(RotationUtils.ROTATION_NONE).when(mGridLayout).getCurrentRotation(); in testShouldReverseSublists()
111 doReturn(RotationUtils.ROTATION_NONE).when(mGridLayout).getCurrentRotation(); in testGetAnimationOffsetX()
125 doReturn(RotationUtils.ROTATION_NONE).when(mGridLayout).getCurrentRotation(); in testGetAnimationOffsetY()
DGlobalActionsColumnLayoutTest.java63 doReturn(RotationUtils.ROTATION_NONE).when(mColumnLayout).getCurrentRotation(); in testShouldReverseListItems()
74 doReturn(RotationUtils.ROTATION_NONE).when(mColumnLayout).getCurrentRotation(); in testShouldReverseListItems()
85 doReturn(RotationUtils.ROTATION_NONE).when(mColumnLayout).getCurrentRotation(); in testGetAnimationOffsetX()
99 doReturn(RotationUtils.ROTATION_NONE).when(mColumnLayout).getCurrentRotation(); in testGetAnimationOffsetY()
111 doReturn(RotationUtils.ROTATION_NONE).when(mColumnLayout).getCurrentRotation(); in testSnapToPowerButton_portrait()
121 doReturn(RotationUtils.ROTATION_NONE).when(mColumnLayout).getCurrentRotation(); in testCenterAlongEdge_portrait()
172 doReturn(RotationUtils.ROTATION_NONE).when(mColumnLayout).getCurrentRotation(); in testShouldSnapToPowerButton_vertical()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DRotationUtils.java23 public static final int ROTATION_NONE = 0; field in RotationUtils
38 return ROTATION_NONE; in getRotation()
53 return ROTATION_NONE; in getExactRotation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsGridLayout.java20 import static com.android.systemui.util.leak.RotationUtils.ROTATION_NONE;
127 if (getCurrentRotation() == ROTATION_NONE) { in shouldSwapRowsAndColumns()
137 if (rotation == ROTATION_NONE in shouldReverseListItems()
169 if (getCurrentRotation() == ROTATION_NONE) { in getAnimationOffsetY()
DGlobalActionsColumnLayout.java20 import static com.android.systemui.util.leak.RotationUtils.ROTATION_NONE;
56 if (rotation == ROTATION_NONE) { in shouldReverseListItems()
143 if (rotation == ROTATION_NONE) { in shouldSnapToPowerButton()
178 if (getCurrentRotation() == ROTATION_NONE) { in getAnimationOffsetX()
DGlobalActionsDialog.java1558 if (rotation != RotationUtils.ROTATION_NONE) {
1571 mContext, false, RotationUtils.ROTATION_NONE));
1585 mContext, true, RotationUtils.ROTATION_NONE));
1643 || (shouldUsePanel() && rotation == RotationUtils.ROTATION_NONE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DHardwareUiLayout.java18 import static com.android.systemui.util.leak.RotationUtils.ROTATION_NONE;
68 mRotation = ROTATION_NONE; in HardwareUiLayout()
194 if (from != ROTATION_NONE && to != ROTATION_NONE) { in rotate()
196 rotate(from, ROTATION_NONE); in rotate()
197 rotate(ROTATION_NONE, to); in rotate()
216 if (to != ROTATION_NONE) { in rotate()
553 if (RotationUtils.getRotation(mContext) == ROTATION_NONE) { in getAnimationOffsetX()
DScreenDecorations.java276 case RotationUtils.ROTATION_NONE: in setAssistHintVisible()
550 if (mRotation == RotationUtils.ROTATION_NONE) { in updateViews()
587 if (mRotation == RotationUtils.ROTATION_NONE) { in updateAssistantHandleViews()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DBiometricDialogView.java266 if (RotationUtils.getRotation(mContext) != RotationUtils.ROTATION_NONE) { in onAttachedToWindow()