Searched refs:WAVE_OPACITY_DECAY_VELOCITY (Results 1 – 1 of 1) sorted by relevance
45 private static final float WAVE_OPACITY_DECAY_VELOCITY = 3; field in RippleForeground215 return (int) (1000 * mOpacity / WAVE_OPACITY_DECAY_VELOCITY + 0.5f); in getOpacityExitDuration()