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

Commit 4e39bcfe authored by Daichi Hirono's avatar Daichi Hirono
Browse files

Fix preupload warnings

Flag: EXEMPT format changes only
Bug: None
Test: None
Change-Id: I28d9d808702cd0b4966dc0bc9a9b648a9f86bd52
parent 68245f16
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -515,7 +515,6 @@ class DesktopTasksController(
        wct.setWindowingMode(task.token, WINDOWING_MODE_UNDEFINED)

        transitions.startTransition(TRANSIT_CHANGE, wct, null /* handler */)

    }

    private fun exitSplitIfApplicable(wct: WindowContainerTransaction, taskInfo: RunningTaskInfo) {
@@ -657,7 +656,6 @@ class DesktopTasksController(
        wct.reparent(task.token, displayAreaInfo.token, true /* onTop */)

        transitions.startTransition(TRANSIT_CHANGE, wct, null /* handler */)

    }

    /** Moves a task in/out of full immersive state within the desktop. */
@@ -733,7 +731,6 @@ class DesktopTasksController(
        val wct = WindowContainerTransaction().setBounds(taskInfo.token, destinationBounds)

        toggleResizeDesktopTaskTransitionHandler.startTransition(wct)

    }

    private fun getMaximizeBounds(taskInfo: RunningTaskInfo, stableBounds: Rect): Rect {
@@ -845,7 +842,6 @@ class DesktopTasksController(
        val wct = WindowContainerTransaction().setBounds(taskInfo.token, destinationBounds)

        toggleResizeDesktopTaskTransitionHandler.startTransition(wct, currentDragBounds)

    }

    @VisibleForTesting