Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotSurface.java173 final WindowState topFullscreenWindow = topFullscreenToken.getTopFullscreenWindow(); in create() local
174 if (mainWindow == null || topFullscreenWindow == null) { in create()
179 sysUiVis = topFullscreenWindow.getSystemUiVisibility(); in create()
180 windowFlags = topFullscreenWindow.getAttrs().flags; in create()
181 windowPrivateFlags = topFullscreenWindow.getAttrs().privateFlags; in create()
204 currentOrientation = topFullscreenWindow.getConfiguration().orientation; in create()
DTaskSnapshotController.java482 final WindowState topFullscreenWindow = topFullscreenToken != null in getSystemUiVisibility() local
485 if (topFullscreenWindow != null) { in getSystemUiVisibility()
486 return topFullscreenWindow.getSystemUiVisibility(); in getSystemUiVisibility()