Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java246 final float toAlphaValue = (float)res.getInteger(R.integer.config_dragOutlineMaxAlpha); in CellLayout() local
252 new InterruptibleInOutAnimator(this, duration, fromAlphaValue, toAlphaValue); in CellLayout()
/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java238 final float toAlphaValue = (float)res.getInteger(R.integer.config_dragOutlineMaxAlpha); in CellLayout() local
244 new InterruptibleInOutAnimator(this, duration, fromAlphaValue, toAlphaValue); in CellLayout()