Searched refs:shouldIgnoreOrientationRequest (Results 1 – 3 of 3) sorted by relevance
150 if (shouldIgnoreOrientationRequest(orientation)) { in getOrientation()160 return !shouldIgnoreOrientationRequest(orientation) in handlesOrientationChangeFromDescendant()171 return !shouldIgnoreOrientationRequest(orientation) in onDescendantOrientationChanged()238 boolean shouldIgnoreOrientationRequest(@ScreenOrientation int orientation) { in shouldIgnoreOrientationRequest() method in DisplayArea
1880 && !shouldIgnoreOrientationRequest(orientation);
1614 return !shouldIgnoreOrientationRequest(orientation) in handlesOrientationChangeFromDescendant()1721 || shouldIgnoreOrientationRequest(activityOrientation)) { in rotationForActivityInDifferentOrientation()5137 return shouldIgnoreOrientationRequest(candidate) ? SCREEN_ORIENTATION_UNSET : candidate; in getOrientation()