Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayArea.java150 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
DTaskDisplayArea.java1880 && !shouldIgnoreOrientationRequest(orientation);
DDisplayContent.java1614 return !shouldIgnoreOrientationRequest(orientation) in handlesOrientationChangeFromDescendant()
1721 || shouldIgnoreOrientationRequest(activityOrientation)) { in rotationForActivityInDifferentOrientation()
5137 return shouldIgnoreOrientationRequest(candidate) ? SCREEN_ORIENTATION_UNSET : candidate; in getOrientation()