Searched refs:shouldIgnoreOrientationRequests (Results 1 – 3 of 3) sorted by relevance
2588 doReturn(true).when(activity).shouldIgnoreOrientationRequests(); in testGetOrientation()2591 doReturn(false).when(activity).shouldIgnoreOrientationRequests(); in testGetOrientation()
8240 boolean shouldIgnoreOrientationRequests() { in shouldIgnoreOrientationRequests() method in ActivityRecord8257 if (finishing || shouldIgnoreOrientationRequests()) { in getOrientation()9006 if (shouldIgnoreOrientationRequests()) { in handlesOrientationChangeFromDescendant()
25733 PLcom/android/server/wm/ActivityRecord;->shouldIgnoreOrientationRequests()Z