mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
Animate TaskView as you swipe down on it to launch
Bug: 73835352 Change-Id: Ia255a7af8fb6cd972f99de6390e097afc29c1b90
This commit is contained in:
@@ -1684,6 +1684,10 @@ public class Launcher extends BaseDraggingActivity implements LauncherExterns, L
|
||||
: mAppTransitionManager.getActivityLaunchOptions(this, v);
|
||||
}
|
||||
|
||||
public LauncherAppTransitionManager getAppTransitionManager() {
|
||||
return mAppTransitionManager;
|
||||
}
|
||||
|
||||
@TargetApi(Build.VERSION_CODES.M)
|
||||
@Override
|
||||
protected boolean onErrorStartingShortcut(Intent intent, ItemInfo info) {
|
||||
|
||||
@@ -206,7 +206,6 @@ public abstract class AnimatorPlaybackController implements ValueAnimator.Animat
|
||||
anim.setCurrentPlayTime(Math.min(playPos, anim.getDuration()));
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private class OnAnimationEndDispatcher extends AnimationSuccessListener {
|
||||
|
||||
Reference in New Issue
Block a user