Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DTask.java1929 final int newWinMode = getWindowingMode(); in onConfigurationChangedInner() local
1930 if ((prevWinMode != newWinMode) && (mDisplayContent != null) in onConfigurationChangedInner()
1931 && shouldStartChangeTransition(prevWinMode, newWinMode)) { in onConfigurationChangedInner()
2182 private boolean shouldStartChangeTransition(int prevWinMode, int newWinMode) { in shouldStartChangeTransition() argument
2188 return (prevWinMode == WINDOWING_MODE_FREEFORM) != (newWinMode == WINDOWING_MODE_FREEFORM); in shouldStartChangeTransition()