Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java237 final float fromAlphaValue = 0; in CellLayout() local
240 Arrays.fill(mDragOutlineAlphas, fromAlphaValue); in CellLayout()
244 new InterruptibleInOutAnimator(this, duration, fromAlphaValue, toAlphaValue); in CellLayout()