HomeSort by relevance Sort by last modified time
    Searched refs:toAlphaValue (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java 240 final float toAlphaValue = (float)res.getInteger(R.integer.config_dragOutlineMaxAlpha);
246 new InterruptibleInOutAnimator(this, duration, fromAlphaValue, toAlphaValue);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 238 final float toAlphaValue = (float)res.getInteger(R.integer.config_dragOutlineMaxAlpha);
244 new InterruptibleInOutAnimator(this, duration, fromAlphaValue, toAlphaValue);
    [all...]

Completed in 195 milliseconds