Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
H A DTaskViewTaskController.java84 private boolean mHideTaskWithSurface = true; field in TaskViewTaskController
114 mHideTaskWithSurface = hideTaskWithSurface; in setHideTaskWithSurface()
275 if (!visible && !mHideTaskWithSurface) { in updateTaskVisibility()