Searched refs:setRotationLockAtAngle (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/wrapper/ |
H A D | RotationPolicyWrapper.kt | 32 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 D | RotationPolicy.java | 112 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 D | RotationLockControllerImpl.java | 101 mRotationPolicy.setRotationLockAtAngle(locked, rotation); in setRotationLockedAtAngle()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
H A D | DeviceStateRotationLockSettingControllerTest.java | 333 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 D | RotationButtonController.java | 291 RotationPolicy.setRotationLockAtAngle(mContext, /* enabled= */ isLocked, in setRotationLockedAtAngle()
|