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

Commit 5c0e78c4 authored by Craig Mautner's avatar Craig Mautner
Browse files

Rename variables and methods for clarity.

Change-Id: I2a1b2f2d5605123e55f264d45b1e7292852f2a7f
parent f008ab72
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -189,7 +189,7 @@ class DragState {
            Slog.d(WindowManagerService.TAG, "broadcasting DRAG_STARTED at (" + touchX + ", " + touchY + ")");
        }

        final WindowList windows = mService.getWindowList(mDisplay);
        final WindowList windows = mService.getWindowListLocked(mDisplay);
        final int N = windows.size();
        for (int i = 0; i < N; i++) {
            sendDragStartedLw(windows.get(i), touchX, touchY, mDataDescription);
@@ -392,7 +392,7 @@ class DragState {
        final int x = (int) xf;
        final int y = (int) yf;

        final WindowList windows = mService.getWindowList(mDisplay);
        final WindowList windows = mService.getWindowListLocked(mDisplay);
        final int N = windows.size();
        for (int i = N - 1; i >= 0; i--) {
            WindowState child = windows.get(i);
+136 −131

File changed.

Preview size limit exceeded, changes collapsed.