commit | 134e1cb862afc0b4bcceff96010e035a5a3912e4 | [log] [tgz] |
---|---|---|
author | Adrian Roos <roosa@google.com> | Wed May 16 17:04:29 2018 +0200 |
committer | Adrian Roos <roosa@google.com> | Wed May 16 15:38:09 2018 +0000 |
tree | 39fff36faf5147f81055226af06ce5931e4da3aa | |
parent | 6d0842154bb063632f937ef360557af281b6c2cb [diff] |
ScreenDecor: Set touchable region in windows coordinate space Also restricts the region to the frame of the view. This is important for double cutouts, would go to the wrong view, and having a touchable region spanning the entire screen breaks some a11y services. Change-Id: I824e5fb9b2f2e765ee9b6da4fcaf2c6840d8f51d Fixes: 79533418 Test: turn on double cutout emulation; adb shell dumpsys window ScreenDecor, verify touchable region for each decor looks right.