Searched refs:getRotationLockOrientation (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRotationLockController.java20 int getRotationLockOrientation(); method in interface:RotationLockController
H A DRotationLockControllerImpl.java54 public int getRotationLockOrientation() { method in class:RotationLockControllerImpl
55 return RotationPolicy.getRotationLockOrientation(mContext);
/frameworks/base/core/java/com/android/internal/view/
H A DRotationPolicy.java74 public static int getRotationLockOrientation(Context context) { method in class:RotationPolicy
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DRotationLockTile.java113 int lockOrientation = controller.getRotationLockOrientation();

Completed in 459 milliseconds