Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/view/
DRotationPolicy.java76 if (!areAllRotationsAllowed(context)) { in getRotationLockOrientation()
113 final int rotation = areAllRotationsAllowed(context) ? CURRENT_ROTATION : NATURAL_ROTATION; in setRotationLock()
142 private static boolean areAllRotationsAllowed(Context context) { in areAllRotationsAllowed() method in RotationPolicy