Home
last modified time | relevance | path

Searched refs:setRotationLock (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/
DRotationPolicy.java112 public static void setRotationLock(Context context, final boolean enabled) { in setRotationLock() method in RotationPolicy
126 setRotationLock(enabled, rotation); in setRotationLockAtAngle()
139 setRotationLock(enabled, NATURAL_ROTATION); in setRotationLockForAccessibility()
146 private static void setRotationLock(final boolean enabled, final int rotation) { in setRotationLock() method in RotationPolicy
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRotationLockControllerImpl.java68 RotationPolicy.setRotationLock(mContext, locked); in setRotationLocked()