Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DRippleForeground.java51 private static final float MAX_BOUNDED_RADIUS = 350; field in RippleForeground
98 mBoundedRadius = MAX_BOUNDED_RADIUS * 0.9f in RippleForeground()
99 + (float) (MAX_BOUNDED_RADIUS * Math.random() * 0.1); in RippleForeground()