Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspaceStateTransitionAnimation.java186 @Thunk float[] mNewBackgroundAlphas; field in WorkspaceStateTransitionAnimation
246 mNewBackgroundAlphas = new float[childCount]; in reinitializeAnimationArrays()
341 mNewBackgroundAlphas[i] = finalBackgroundAlpha; in animateWorkspace()
364 cl.setBackgroundAlpha(mNewBackgroundAlphas[i]); in animateWorkspace()
379 mNewBackgroundAlphas[i] != 0) { in animateWorkspace()
381 mOldBackgroundAlphas[i], mNewBackgroundAlphas[i]); in animateWorkspace()
/packages/apps/Launcher2/src/com/android/launcher2/
DWorkspace.java251 private float[] mNewBackgroundAlphas; field in Workspace
1558 mNewBackgroundAlphas = new float[childCount];
1647 mNewBackgroundAlphas[i] = finalBackgroundAlpha;
1668 cl.setBackgroundAlpha(mNewBackgroundAlphas[i]);
1690 mNewBackgroundAlphas[i] != 0) {
1698 b * mNewBackgroundAlphas[i]);