Home | History | Annotate | Download | only in launcher3

Lines Matching refs:toAlphaValue

231         final float toAlphaValue = (float)res.getInteger(R.integer.config_dragOutlineMaxAlpha);
237 new InterruptibleInOutAnimator(this, duration, fromAlphaValue, toAlphaValue);