Home
last modified time | relevance | path

Searched defs:removeTaskIfTiled (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/tiling/
DSnapEventHandler.kt33 fun removeTaskIfTiled(displayId: Int, taskId: Int) method
DDesktopTilingDecorViewModel.kt117 fun removeTaskIfTiled(displayId: Int, taskId: Int) { in removeTaskIfTiled() method in com.android.wm.shell.windowdecor.tiling.DesktopTilingDecorViewModel
DDesktopTilingWindowDecoration.kt618 fun removeTaskIfTiled( in removeTaskIfTiled() method
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DDesktopModeWindowDecorViewModel.java944 public void removeTaskIfTiled(int displayId, int taskId) { in removeTaskIfTiled() method in DesktopModeWindowDecorViewModel