Searched refs:areAllRotationsAllowed (Results 1 – 1 of 1) sorted by relevance
76 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