History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/FadedEdgeDrawHelper.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ab87983a11e0bd2e08d752d86d5e945ea7d39a04 09-Jul-2014 Leon Scroggins III <scroggo@google.com> Simplify Shader.setLocalMatrix.

Previously, calling setLocalMatrix updated any Paint that had the
Shader attached. This depended on deprecated behavior in Skia. Use
new Skia APIs, and do not modify any Paints that use the Shader.

In addition, update callers to call setShader (again) after modifying
the Shader.

Sample app at ag/499573 for testing.

Depends on I673801444f0a8fd4f192b5b7effdde1aa83e702b in external/skia.

BUG:14315916
Change-Id: I3c3316377874e89fccc85afb864bc038b0ef3890
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/FadedEdgeDrawHelper.java
4a6bc55cd5b2e1fdd04347813842d5bce64ee3fe 17-Sep-2013 Michael Jurka <mikejurka@google.com> Fix black bar drawn sometimes when swiping away items in Recents

- move drawing of faded black edges to RecentsPanelView
- invalidate RecentsPanelView when scroll value of Recents*ScrollView changes

Bug: 10022236

Change-Id: Idb102fb2454c2a077920b770e25c449ccd33486e
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/FadedEdgeDrawHelper.java