Home
last modified time | relevance | path

Searched refs:getRotationLockOrientation (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/wrapper/
H A DRotationPolicyWrapper.kt33 fun getRotationLockOrientation(): Int regex
57 override fun getRotationLockOrientation(): Int =
58 RotationPolicy.getRotationLockOrientation(context)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRotationLockControllerImpl.java84 public int getRotationLockOrientation() { in getRotationLockOrientation() method in RotationLockControllerImpl
85 return mRotationPolicy.getRotationLockOrientation(); in getRotationLockOrientation()
H A DRotationLockController.java23 int getRotationLockOrientation(); in getRotationLockOrientation() method
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
H A DFakeRotationLockController.java34 public int getRotationLockOrientation() { in getRotationLockOrientation() method in FakeRotationLockController
/aosp14/frameworks/base/core/java/com/android/internal/view/
H A DRotationPolicy.java74 public static int getRotationLockOrientation(Context context) { in getRotationLockOrientation() method in RotationPolicy
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DRotationLockTile.java193 int lockOrientation = controller.getRotationLockOrientation(); in isCurrentOrientationLockPortrait()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DDeviceStateRotationLockSettingControllerTest.java338 public int getRotationLockOrientation() { in getRotationLockOrientation() method in DeviceStateRotationLockSettingControllerTest.FakeRotationPolicy