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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java252 private float[] mNewAlphas; field in class: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])
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java282 private float[] mNewAlphas; field in class:Workspace
2048 mNewAlphas = new float[childCount];
2285 mNewAlphas[i] = finalAlpha;
2311 if (mOldAlphas[i] == 0 && mNewAlphas[i] == 0) {
2313 cl.setShortcutAndWidgetAlpha(mNewAlphas[i]);
2318 if (mOldAlphas[i] != mNewAlphas[i] || currentAlpha != mNewAlphas[i]) {
2321 alphaAnim.alpha(mNewAlphas[i])

Completed in 381 milliseconds