OSDN Git Service

[Magnifier-76] Show for translated/scaled textview
authorMihai Popa <popam@google.com>
Wed, 30 Jan 2019 15:36:47 +0000 (15:36 +0000)
committerMihai Popa <popam@google.com>
Thu, 31 Jan 2019 16:25:42 +0000 (16:25 +0000)
commit6d26d15168b84133bd6a96d8c24d59edf1b061af
tree6f6cd79eeb85d52c1ccb1903d5bf25e64cb69319
parent7b622a6a85bd6b7cbc31bf0d1dfee442eebd2358
[Magnifier-76] Show for translated/scaled textview

In Ibb81fdc9d2ec8ba14914166e408c92a3aad7e312 we disabled the magnifier
for cases when the magnified TextView (or a view above it in the view
hierarchy) was matrix transformed (translated, scaled or rotated).
This CL reenables the magnifier for translated and scaled TextViews. The
translation case was already working.

Bug: 123536409
Bug: 77283509
Test: manual testing
Change-Id: I1a22ff2223fe699c6ac660b5f59510ca1f544ee4
core/java/android/widget/Editor.java