Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityRecordTests.java2588 doReturn(true).when(activity).shouldIgnoreOrientationRequests(); in testGetOrientation()
2591 doReturn(false).when(activity).shouldIgnoreOrientationRequests(); in testGetOrientation()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java8240 boolean shouldIgnoreOrientationRequests() { in shouldIgnoreOrientationRequests() method in ActivityRecord
8257 if (finishing || shouldIgnoreOrientationRequests()) { in getOrientation()
9006 if (shouldIgnoreOrientationRequests()) { in handlesOrientationChangeFromDescendant()
/frameworks/base/services/
Dart-wear-profile25733 PLcom/android/server/wm/ActivityRecord;->shouldIgnoreOrientationRequests()Z