Searched refs:MAX_RIPPLES (Results 1 – 2 of 2) sorted by relevance
157 private static final int MAX_RIPPLES = 10; field in RippleDrawable679 if (mExitingRipplesCount >= MAX_RIPPLES) { in tryRippleEnter()711 mExitingRipples = new RippleForeground[MAX_RIPPLES]; in tryRippleExit()906 if (addRipple && mRunningAnimations.size() <= MAX_RIPPLES) { in drawPatterned()
17259 Landroid/graphics/drawable/RippleDrawable;->MAX_RIPPLES:I