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

Commit 4be29754 authored by Craig Mautner's avatar Craig Mautner Committed by Android (Google) Code Review
Browse files

Merge "Rename variables and methods for clarity." into jb-mr1-dev

parents 3ddaace1 5c0e78c4
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.