Searched refs:mNewAlphas (Results 1 – 2 of 2) sorted by relevance
187 @Thunk float[] mNewAlphas; field in WorkspaceStateTransitionAnimation247 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()
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])