Searched refs:shouldIgnoreOrientationRequest (Results 1 – 3 of 3) sorted by relevance
151 if (shouldIgnoreOrientationRequest(orientation)) { in getOrientation()161 return !shouldIgnoreOrientationRequest(orientation) in handlesOrientationChangeFromDescendant()172 return !shouldIgnoreOrientationRequest(orientation) in onDescendantOrientationChanged()239 boolean shouldIgnoreOrientationRequest(@ScreenOrientation int orientation) { in shouldIgnoreOrientationRequest() method in DisplayArea
1882 && !shouldIgnoreOrientationRequest(orientation);
1682 return !shouldIgnoreOrientationRequest(orientation) in handlesOrientationChangeFromDescendant()1789 || shouldIgnoreOrientationRequest(activityOrientation)) { in rotationForActivityInDifferentOrientation()5271 return shouldIgnoreOrientationRequest(candidate) ? SCREEN_ORIENTATION_UNSET : candidate; in getOrientation()