OSDN Git Service

Offset accessibility focus rect for view root's scrollY
authorAlan Viverette <alanv@google.com>
Tue, 26 May 2015 22:24:18 +0000 (15:24 -0700)
committerAlan Viverette <alanv@google.com>
Tue, 26 May 2015 22:24:18 +0000 (15:24 -0700)
commit2232adddc56bb8764a95bbde0c05e0f02f6a1db5
tree382d00429cd1737e3993b52dab8092768618a5d7
parent9b232f56ff58f161b573fc08433375c3e5c4c0cf
Offset accessibility focus rect for view root's scrollY

Previously we were only partially transforming the focus rect into
window coordinates, so it was offset when the window was panned (for
example, when the IME was showing).

Bug: 20113389
Change-Id: I41f5ed20cb1404232b7042d37ca2fc725f9ee476
core/java/android/view/ViewRootImpl.java