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.java75 if (areAllRotationsAllowed(context)) { in getRotationLockOrientation()
109 final int rotation = areAllRotationsAllowed(context) in setRotationLock()
141 private static boolean areAllRotationsAllowed(Context context) { in areAllRotationsAllowed() method in RotationPolicy