Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayArea.java157 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
DTaskDisplayArea.java1871 && !shouldIgnoreOrientationRequest(orientation);
DDisplayContent.java1716 return !shouldIgnoreOrientationRequest(orientation) in handlesOrientationChangeFromDescendant()
1823 || shouldIgnoreOrientationRequest(activityOrientation)) { in rotationForActivityInDifferentOrientation()
5326 return shouldIgnoreOrientationRequest(candidate) ? SCREEN_ORIENTATION_UNSET : candidate; in getOrientation()
/frameworks/base/services/
Dart-wear-profile26576 PLcom/android/server/wm/DisplayArea;->shouldIgnoreOrientationRequest(I)Z