/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/ |
H A D | GlobalActionsGridLayoutTest.java | 60 doReturn(RotationUtils.ROTATION_NONE).when(mGridLayout).getCurrentRotation(); in testShouldSwapRowsAndColumns() 63 doReturn(RotationUtils.ROTATION_LANDSCAPE).when(mGridLayout).getCurrentRotation(); in testShouldSwapRowsAndColumns() 66 doReturn(RotationUtils.ROTATION_SEASCAPE).when(mGridLayout).getCurrentRotation(); in testShouldSwapRowsAndColumns() 74 doReturn(RotationUtils.ROTATION_LANDSCAPE).when(mGridLayout).getCurrentRotation(); in testShouldReverseListItems() 77 doReturn(RotationUtils.ROTATION_NONE).when(mGridLayout).getCurrentRotation(); in testShouldReverseListItems() 80 doReturn(RotationUtils.ROTATION_SEASCAPE).when(mGridLayout).getCurrentRotation(); in testShouldReverseListItems() 88 doReturn(RotationUtils.ROTATION_NONE).when(mGridLayout).getCurrentRotation(); in testShouldReverseListItems() 91 doReturn(RotationUtils.ROTATION_SEASCAPE).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() [all …]
|
H A D | GlobalActionsColumnLayoutTest.java | 60 doReturn(RotationUtils.ROTATION_LANDSCAPE).when(mColumnLayout).getCurrentRotation(); in testShouldReverseListItems() 63 doReturn(RotationUtils.ROTATION_NONE).when(mColumnLayout).getCurrentRotation(); in testShouldReverseListItems() 66 doReturn(RotationUtils.ROTATION_SEASCAPE).when(mColumnLayout).getCurrentRotation(); in testShouldReverseListItems() 74 doReturn(RotationUtils.ROTATION_NONE).when(mColumnLayout).getCurrentRotation(); in testShouldReverseListItems() 77 doReturn(RotationUtils.ROTATION_SEASCAPE).when(mColumnLayout).getCurrentRotation(); in testShouldReverseListItems() 85 doReturn(RotationUtils.ROTATION_NONE).when(mColumnLayout).getCurrentRotation(); in testGetAnimationOffsetX() 91 doReturn(RotationUtils.ROTATION_SEASCAPE).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() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
H A D | GlobalActionsColumnLayout.java | 55 int rotation = getCurrentRotation(); in shouldReverseListItems() 85 switch (getCurrentRotation()) { in snapToPowerButton() 106 switch (getCurrentRotation()) { in centerAlongEdge() 142 int rotation = getCurrentRotation(); in shouldSnapToPowerButton() 178 if (getCurrentRotation() == ROTATION_NONE) { in getAnimationOffsetX() 186 switch (getCurrentRotation()) { in getAnimationOffsetY()
|
H A D | GlobalActionsGridLayout.java | 115 if (getCurrentRotation() == ROTATION_SEASCAPE) { in shouldReverseSublists() 127 if (getCurrentRotation() == ROTATION_NONE) { in shouldSwapRowsAndColumns() 135 int rotation = getCurrentRotation(); in shouldReverseListItems() 157 switch (getCurrentRotation()) { in getAnimationOffsetX() 169 if (getCurrentRotation() == ROTATION_NONE) { in getAnimationOffsetY()
|
H A D | GlobalActionsFlatLayout.java | 42 int rotation = getCurrentRotation(); in shouldReverseListItems()
|
H A D | GlobalActionsLayout.java | 110 protected int getCurrentRotation() { in getCurrentRotation() method in GlobalActionsLayout
|
/aosp14/frameworks/base/services/core/java/com/android/server/rotationresolver/ |
H A D | RemoteRotationResolverService.java | 177 request.mRemoteRequest.getCurrentRotation(), in onSuccess() 198 request.mRemoteRequest.getCurrentRotation(), errorCodeToProto(error), in onFailure()
|
H A D | RotationResolverManagerPerUserService.java | 106 logRotationStats(request.getProposedRotation(), request.getCurrentRotation(), in resolveRotationLocked()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/log/ |
H A D | BiometricContext.java | 74 int getCurrentRotation(); in getCurrentRotation() method
|
H A D | BiometricContextProvider.java | 206 public int getCurrentRotation() { in getCurrentRotation() method in BiometricContextProvider 257 + "rotation: " + getCurrentRotation() + "]"; in toString()
|
H A D | OperationContextExt.java | 253 mOrientation = biometricContext.getCurrentRotation(); in update()
|
/aosp14/frameworks/base/core/java/android/service/rotationresolver/ |
H A D | RotationResolutionRequest.java | 125 public @Surface.Rotation int getCurrentRotation() { in getCurrentRotation() method in RotationResolutionRequest
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/log/ |
H A D | OperationContextExtTest.java | 133 when(mBiometricContext.getCurrentRotation()).thenReturn(rotation); in updatesFromSource()
|
/aosp14/frameworks/base/core/api/ |
H A D | system-current.txt | 12752 method public int getCurrentRotation();
|