Loading libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/DesktopRepository.kt +10 −0 Original line number Diff line number Diff line Loading @@ -686,6 +686,11 @@ class DesktopRepository( * TODO: b/389960283 - add explicit [deskId] argument. */ fun setTopTransparentFullscreenTaskId(displayId: Int, taskId: Int) { logD( "Top transparent fullscreen task set for display: taskId=%d, displayId=%d", taskId, displayId, ) desktopData.getActiveDesk(displayId)?.topTransparentFullscreenTaskId = taskId } Loading @@ -703,6 +708,11 @@ class DesktopRepository( * TODO: b/389960283 - add explicit [deskId] argument. */ fun clearTopTransparentFullscreenTaskId(displayId: Int) { logD( "Top transparent fullscreen task cleared for display: taskId=%d, displayId=%d", desktopData.getActiveDesk(displayId)?.topTransparentFullscreenTaskId, displayId, ) desktopData.getActiveDesk(displayId)?.topTransparentFullscreenTaskId = null } Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/DesktopRepository.kt +10 −0 Original line number Diff line number Diff line Loading @@ -686,6 +686,11 @@ class DesktopRepository( * TODO: b/389960283 - add explicit [deskId] argument. */ fun setTopTransparentFullscreenTaskId(displayId: Int, taskId: Int) { logD( "Top transparent fullscreen task set for display: taskId=%d, displayId=%d", taskId, displayId, ) desktopData.getActiveDesk(displayId)?.topTransparentFullscreenTaskId = taskId } Loading @@ -703,6 +708,11 @@ class DesktopRepository( * TODO: b/389960283 - add explicit [deskId] argument. */ fun clearTopTransparentFullscreenTaskId(displayId: Int) { logD( "Top transparent fullscreen task cleared for display: taskId=%d, displayId=%d", desktopData.getActiveDesk(displayId)?.topTransparentFullscreenTaskId, displayId, ) desktopData.getActiveDesk(displayId)?.topTransparentFullscreenTaskId = null } Loading