Skip to content
Commit b63928a2 authored by Jacky Kao's avatar Jacky Kao
Browse files

Fixs the window bounds not correct after rotation

When the device is rotated and the window is magnifying, we need to
apply the displayInfo matrix from the SF's callback to obtain the
window bounds based on the rotated-coordination and the inverse matrix
from the magnification spec to obtain the un-magnified window bounds.

The order of applying the displayInfo matrix and inverse matrix should
be the former first and then the latter, and we can get the correct
window bounds.

Bug: 223687400
Test: a11y CTS & unit tests
Test: Manual testing including the A11y services
Change-Id: I72d14170b1ecd88c8b28ba7433dc8bee8626dfa0
parent 19b2879e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment