am ce552e91: Merge "Fix janky transition on All Apps tab switch" into jb-mr1.1-dev
* commit 'ce552e91962bb343ef8cf074e2714aac2d5e710d': Fix janky transition on All Apps tab switch
This commit is contained in:
@@ -282,10 +282,15 @@ public class AppsCustomizeTabHost extends TabHost implements LauncherTransitiona
|
||||
reloadCurrentPage();
|
||||
}
|
||||
});
|
||||
AnimatorSet animSet = LauncherAnimUtils.createAnimatorSet();
|
||||
|
||||
final AnimatorSet animSet = LauncherAnimUtils.createAnimatorSet();
|
||||
animSet.playTogether(outAnim, inAnim);
|
||||
animSet.setDuration(duration);
|
||||
animSet.start();
|
||||
post(new Runnable() {
|
||||
public void run() {
|
||||
animSet.start();
|
||||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user