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

Commit b01d9137 authored by Pragya Bajoria's avatar Pragya Bajoria Committed by Android (Google) Code Review
Browse files

Merge "Remove dead code for Transition area from DesktopTasksController." into main

parents 1bbd67ff 0c11ce64
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