Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTransition.java831 void setKnownConfigChanges(WindowContainer<?> wc, @ActivityInfo.Config int changes) { in setKnownConfigChanges() method in Transition
H A DDisplayContent.java3505 t.setKnownConfigChanges(this, changes); in requestChangeTransitionIfNeeded()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTransitionTests.java1150 transition.setKnownConfigChanges(mDisplayContent, anyChanges); in testShellRotationOpen()