Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DRippleDrawable.java109 private static final int MAX_RIPPLES = 10; field in RippleDrawable
567 if (mExitingRipplesCount >= MAX_RIPPLES) { in tryRippleEnter()
600 mExitingRipples = new RippleForeground[MAX_RIPPLES]; in tryRippleExit()