Home
last modified time | relevance | path

Searched refs:shouldIgnoreOrientationRequest (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayArea.java151 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
H A DTaskDisplayArea.java1882 && !shouldIgnoreOrientationRequest(orientation);
H A DDisplayContent.java1682 return !shouldIgnoreOrientationRequest(orientation) in handlesOrientationChangeFromDescendant()
1789 || shouldIgnoreOrientationRequest(activityOrientation)) { in rotationForActivityInDifferentOrientation()
5271 return shouldIgnoreOrientationRequest(candidate) ? SCREEN_ORIENTATION_UNSET : candidate; in getOrientation()