Home
last modified time | relevance | path

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

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