mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
Enabling swipe up from overview to all-apps
> Fixing wrong alpha interpolator when swiping down from all-apps Change-Id: I7d4200c89797e5609fd7c4aa8681dea2ffd00bf7
This commit is contained in:
@@ -153,7 +153,7 @@ public class WorkspaceStateTransitionAnimation {
|
||||
propertySetter.setInt(cl.getScrimBackground(),
|
||||
DRAWABLE_ALPHA, state.hasScrim ? 255 : 0, Interpolators.ZOOM_IN);
|
||||
propertySetter.setFloat(cl.getShortcutsAndWidgets(), View.ALPHA,
|
||||
pageAlphaProvider.getPageAlpha(childIndex), Interpolators.DEACCEL_2);
|
||||
pageAlphaProvider.getPageAlpha(childIndex), pageAlphaProvider.interpolator);
|
||||
}
|
||||
|
||||
public static class PropertySetter {
|
||||
|
||||
Reference in New Issue
Block a user