Searched refs:mNewAlphas (Results 1 – 2 of 2) sorted by relevance
252 private float[] mNewAlphas; field in Workspace1559 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])
283 private float[] mNewAlphas; field in Workspace2102 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()