Merge "Correct the comment" into rvc-dev

This commit is contained in:
Jackal Guo
2020-03-06 06:14:38 +00:00
committed by Android (Google) Code Review

View File

@@ -1392,7 +1392,7 @@ final class AccessibilityController {
tempWindowStatesList.add(w); tempWindowStatesList.add(w);
} }
}, false /* traverseTopToBottom */); }, false /* traverseTopToBottom */);
// Insert the re-parented windows in another display on top of their parents in // Insert the re-parented windows in another display below their parents in
// default display. // default display.
mService.mRoot.forAllWindows(w -> { mService.mRoot.forAllWindows(w -> {
final WindowState parentWindow = findRootDisplayParentWindow(w); final WindowState parentWindow = findRootDisplayParentWindow(w);