commit | 4a92b8c588c671dcae4615513fa7a556effa8d8f | [log] [tgz] |
---|---|---|
author | Nataniel Borges <natanieljr@google.com> | Fri Jan 07 16:48:09 2022 +0100 |
committer | Nataniel Borges <natanieljr@google.com> | Mon Jan 10 20:15:54 2022 +0100 |
tree | b0372eab04d5c3d0348c1a5b77633709647f3b56 | |
parent | bb0d07afb72718f6a05d62b5d2ac32343432dc7a [diff] |
Crop layers to display size Currently the flicker covers/occludes computation takes into account the entire layer bounds. This causes layers to be identified as visible when their on screen area if fully covered, but their off screen area is not. Since the off screen area if not shown to the user the layer should be identified as invisible instead. Bug: 207843938 Test: atest FlickerTests Change-Id: I7cc5fa0fc6ddd8e874a9c9a85e926c1a59d994b8