Home
last modified time | relevance | path

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

/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])
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java283 private float[] mNewAlphas; field in Workspace
2102 mNewAlphas = new float[childCount]; in initAnimationArrays()
2336 mNewAlphas[i] = finalAlpha; in getChangeStateAnimation()
2362 if (mOldAlphas[i] == 0 && mNewAlphas[i] == 0) { in getChangeStateAnimation()
2364 cl.setShortcutAndWidgetAlpha(mNewAlphas[i]); in getChangeStateAnimation()
2369 if (mOldAlphas[i] != mNewAlphas[i] || currentAlpha != mNewAlphas[i]) { in getChangeStateAnimation()
2372 alphaAnim.alpha(mNewAlphas[i]) in getChangeStateAnimation()