Merge "Correct the comment" into rvc-dev am: ddd9c62bab am: dd5981087c

Change-Id: Ie351b8a7a9b7fec869c1bdb0f26e7eca33872dbd
This commit is contained in:
Automerger Merge Worker
2020-03-06 06:39:13 +00:00

View File

@@ -1392,7 +1392,7 @@ final class AccessibilityController {
tempWindowStatesList.add(w);
}
}, 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.
mService.mRoot.forAllWindows(w -> {
final WindowState parentWindow = findRootDisplayParentWindow(w);