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

Commit 8cf9b326 authored by Garfield Tan's avatar Garfield Tan Committed by Automerger Merge Worker
Browse files

Merge "Fix wrong comments in DragResizeInputListener" into udc-qpr-dev am:...

Merge "Fix wrong comments in DragResizeInputListener" into udc-qpr-dev am: 860a43e8 am: afb5ddad

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23699965



Change-Id: I61573f084449ad11c6ca2300529c1de3f56d680d
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents d6f48772 afb5ddad
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -130,12 +130,7 @@ class DragResizeInputListener implements AutoCloseable {
    }

    /**
     * Updates geometry of this drag resize handler. Needs to be called every time there is a size
     * change to notify the input event receiver it's ready to take the next input event. Otherwise
     * it'll keep batching move events and the drag resize process is stalled.
     *
     * This is also used to update the touch regions of this handler every event dispatched here is
     * a potential resize request.
     * Updates the geometry (the touch region) of this drag resize handler.
     *
     * @param taskWidth The width of the task.
     * @param taskHeight The height of the task.