OSDN Git Service

Ignore accessibility overlays during visible window computation
authorAlan Viverette <alanv@google.com>
Thu, 13 Nov 2014 22:49:20 +0000 (14:49 -0800)
committerAlan Viverette <alanv@google.com>
Thu, 13 Nov 2014 23:07:05 +0000 (23:07 +0000)
commit9538eea5ff6f8e2183ced81b5b8eac60b0e774ea
tree11626c2e9ded0d9b399e3dea19b4c7713f671740
parent136f54153e412485feae39cf3fe86392f01a2bd6
Ignore accessibility overlays during visible window computation

Previously, the conditional for checking the layer type before
accounting for the window bounds was incorrectly inverted, but
we can simplify by just skipping accessibility overlay windows
completely.

BUG: 18358878
BUG: 18359820
BUG: 18359788
Change-Id: I9ba1e43a0fef4fa40693bd8c7e883c2ef45b4c4d
services/core/java/com/android/server/wm/AccessibilityController.java