Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0c11ce64 authored by Pragya Bajoria's avatar Pragya Bajoria
Browse files

Remove dead code for Transition area from DesktopTasksController.

Bug: 352333902
Change-Id: Ibb0f105c2fbc16b3468e47b6af5b37041e7c1b03
Flag: EXEMPT (dead code)
parent 16cdaf66
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -159,18 +159,6 @@ class DesktopTasksController(
            }
        }

    private val transitionAreaHeight
        get() =
            context.resources.getDimensionPixelSize(
                com.android.wm.shell.R.dimen.desktop_mode_fullscreen_from_desktop_height
            )

    private val transitionAreaWidth
        get() =
            context.resources.getDimensionPixelSize(
                com.android.wm.shell.R.dimen.desktop_mode_transition_area_width
            )

    /** Task id of the task currently being dragged from fullscreen/split. */
    val draggingTaskId
        get() = dragToDesktopTransitionHandler.draggingTaskId