Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DRippleForeground.java45 private static final float WAVE_OPACITY_DECAY_VELOCITY = 3; field in RippleForeground
215 return (int) (1000 * mOpacity / WAVE_OPACITY_DECAY_VELOCITY + 0.5f); in getOpacityExitDuration()