Files
frameworks_base/core/java/android/view
Mihai Popa 55b346bf81 Move View#scrollX and scrollY to dark gray list
The CL transitions View#scrollX and View#scrollY to the dark gray list,
not usable by reflection starting with Q. Instead of accessing them,
developers should use getScrollX(), getScrollY() added in API 1 and
setScrollX(int), setScrollY() added in API 14.

Bug: 123769508
Test: none
Change-Id: I166b9fe897bd35fd97b2e1fc2a8df73691255688
2019-02-06 14:05:19 +00:00
..
2019-02-04 14:18:27 -05:00
2017-10-16 21:27:54 +01:00
2018-11-14 15:25:10 -08:00
2018-10-04 16:18:12 -07:00
2018-10-04 16:18:12 -07:00
2019-01-23 18:03:34 -08:00