Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityRecordTests.java2602 mDisplayContent.updateOrientationAndComputeConfig(false /* forceUpdate */); in testLandscapeSeascapeRotationByApp()
2608 mDisplayContent.updateOrientationAndComputeConfig(false /* forceUpdate */); in testLandscapeSeascapeRotationByApp()
DDisplayContentTests.java1812 verify(mDisplayContent).updateOrientationAndComputeConfig(anyBoolean()); in testNoFixedRotationOnResumedScheduledApp()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java1658 final Configuration config = updateOrientationAndComputeConfig(false /* forceUpdate */); in onDescendantOrientationChanged()
1710 Configuration updateOrientationAndComputeConfig(boolean forceUpdate) { in updateOrientationAndComputeConfig() method in DisplayContent
DRootWindowContainer.java1687 displayContent.updateOrientationAndComputeConfig(true /* forceUpdate */); in ensureVisibilityAndConfig()