Minor code cleanup
Change-Id: I92c0f9c9c96bace85a96a781bb4fdf2604c6f75b
This commit is contained in:
@@ -1686,9 +1686,9 @@ public class Workspace extends SmoothPagedView
|
||||
.setInterpolator(mZoomInInterpolator);
|
||||
anim.play(a);
|
||||
|
||||
LauncherViewPropertyAnimator alphaAnim =
|
||||
new LauncherViewPropertyAnimator(cl.getShortcutsAndWidgets());
|
||||
if (mOldAlphas[i] != mNewAlphas[i]) {
|
||||
LauncherViewPropertyAnimator alphaAnim =
|
||||
new LauncherViewPropertyAnimator(cl.getShortcutsAndWidgets());
|
||||
alphaAnim.alpha(mNewAlphas[i])
|
||||
.setDuration(duration)
|
||||
.setInterpolator(mZoomInInterpolator);
|
||||
|
||||
Reference in New Issue
Block a user