commit | 5484d0fa18c152d55f090e47a9f62acb7322e9e9 | [log] [tgz] |
---|---|---|
author | Amin Shaikh <ashaikh@google.com> | Tue Jul 31 10:44:11 2018 -0400 |
committer | Amin Shaikh <ashaikh@google.com> | Thu Aug 02 14:59:58 2018 -0400 |
tree | 89f036b13d286b95b32af29907f2772cc14dab76 | |
parent | e20cd739c8da023f3e472ee7b6084665c668b523 [diff] |
Fix PagedTileLayout reveal animation crash. - Use ViewPager's fake dragging API instead of manually changing scroll positions to ensure proper touch handling during the drag animation. - Fixed bug where reveal did not work in RTL languages. - Ensure endFakeDrag is called for all code paths that call startFakeDrag (this was the cause of the original revert) Change-Id: I7f62c60829719dffc7327908ec8c5afd7dcace8f Fixes: 111845732 Test: manual