Searched refs:shouldIgnoreOrientationRequest (Results 1 – 4 of 4) sorted by relevance
157 if (shouldIgnoreOrientationRequest(orientation)) { in getOrientation()167 return !shouldIgnoreOrientationRequest(orientation) in handlesOrientationChangeFromDescendant()178 return !shouldIgnoreOrientationRequest(orientation) in onDescendantOrientationChanged()245 boolean shouldIgnoreOrientationRequest(@ScreenOrientation int orientation) { in shouldIgnoreOrientationRequest() method in DisplayArea
1871 && !shouldIgnoreOrientationRequest(orientation);
1716 return !shouldIgnoreOrientationRequest(orientation) in handlesOrientationChangeFromDescendant()1823 || shouldIgnoreOrientationRequest(activityOrientation)) { in rotationForActivityInDifferentOrientation()5326 return shouldIgnoreOrientationRequest(candidate) ? SCREEN_ORIENTATION_UNSET : candidate; in getOrientation()
26576 PLcom/android/server/wm/DisplayArea;->shouldIgnoreOrientationRequest(I)Z