mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-06 02:46:57 +00:00
Remove use of setFast* properties
Change-Id: Ibfae0eed65d384789929829d6a24379561934eb4
This commit is contained in:
@@ -624,8 +624,7 @@ public abstract class PagedView extends ViewGroup {
|
||||
if (child != null) {
|
||||
float scrollProgress = getScrollProgress(screenCenter, child, i);
|
||||
float alpha = 1 - Math.abs(scrollProgress);
|
||||
child.setFastAlpha(alpha);
|
||||
child.fastInvalidate();
|
||||
child.setAlpha(alpha);
|
||||
}
|
||||
}
|
||||
invalidate();
|
||||
|
||||
Reference in New Issue
Block a user