Home
last modified time | relevance | path

Searched refs:mNewAlphas (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspaceStateTransitionAnimation.java187 @Thunk float[] mNewAlphas; field in WorkspaceStateTransitionAnimation
247 mNewAlphas = new float[childCount]; in reinitializeAnimationArrays()
338 mNewAlphas[i] = finalAlpha; in animateWorkspace()
363 if (mOldAlphas[i] == 0 && mNewAlphas[i] == 0) { in animateWorkspace()
365 cl.setShortcutAndWidgetAlpha(mNewAlphas[i]); in animateWorkspace()
370 if (mOldAlphas[i] != mNewAlphas[i] || currentAlpha != mNewAlphas[i]) { in animateWorkspace()
373 alphaAnim.alpha(mNewAlphas[i]) in animateWorkspace()
/packages/apps/Launcher2/src/com/android/launcher2/
DWorkspace.java252 private float[] mNewAlphas; field in Workspace
1559 mNewAlphas = new float[childCount];
1635 mNewAlphas[i] = finalAlpha;
1663 if (mOldAlphas[i] == 0 && mNewAlphas[i] == 0) {
1669 cl.setShortcutAndWidgetAlpha(mNewAlphas[i]);
1681 if (mOldAlphas[i] != mNewAlphas[i] || currentAlpha != mNewAlphas[i]) {
1684 alphaAnim.alpha(mNewAlphas[i])