Home
last modified time | relevance | path

Searched refs:setRotationLockAtAngle (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/wrapper/
H A DRotationPolicyWrapper.kt32 fun setRotationLockAtAngle(enabled: Boolean, rotation: Int) regex
53 override fun setRotationLockAtAngle(enabled: Boolean, rotation: Int) {
54 RotationPolicy.setRotationLockAtAngle(context, enabled, rotation)
/aosp14/frameworks/base/core/java/com/android/internal/view/
H A DRotationPolicy.java112 setRotationLockAtAngle(context, enabled, rotation); in setRotationLock()
118 public static void setRotationLockAtAngle(Context context, final boolean enabled, in setRotationLockAtAngle() method in RotationPolicy
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRotationLockControllerImpl.java101 mRotationPolicy.setRotationLockAtAngle(locked, rotation); in setRotationLockedAtAngle()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DDeviceStateRotationLockSettingControllerTest.java333 public void setRotationLockAtAngle(boolean enabled, int rotation) { in setRotationLockAtAngle() method in DeviceStateRotationLockSettingControllerTest.FakeRotationPolicy
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
H A DRotationButtonController.java291 RotationPolicy.setRotationLockAtAngle(mContext, /* enabled= */ isLocked, in setRotationLockedAtAngle()