Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DContentRecorder.java170 @Configuration.Orientation int lastOrientation, int lastWindowingMode) { in onConfigurationChanged() argument
201 if (lastWindowingMode != recordedContentWindowingMode) { in onConfigurationChanged()
DDisplayContent.java2807 final int lastWindowingMode = getWindowingMode(); in onConfigurationChanged() local
2819 mContentRecorder.onConfigurationChanged(lastOrientation, lastWindowingMode); in onConfigurationChanged()
DWindowManagerService.java7650 int lastWindowingMode = displayContent.getWindowingMode(); in setWindowingMode() local
7655 if (lastWindowingMode != displayContent.getWindowingMode()) { in setWindowingMode()