Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityRecordTests.java2643 doReturn(true).when(activity).shouldIgnoreOrientationRequests(); in testGetOrientation()
2646 doReturn(false).when(activity).shouldIgnoreOrientationRequests(); in testGetOrientation()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java8008 boolean shouldIgnoreOrientationRequests() { in shouldIgnoreOrientationRequests() method in ActivityRecord
8025 if (shouldIgnoreOrientationRequests()) { in getOrientation()
8689 if (shouldIgnoreOrientationRequests()) { in handlesOrientationChangeFromDescendant()
/aosp14/frameworks/base/services/
H A Dart-profile10554 HSPLcom/android/server/wm/ActivityRecord;->shouldIgnoreOrientationRequests()Z+]Lcom/android/server/…