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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleDrawable.java109 private static final int MAX_RIPPLES = 10; field in class:RippleDrawable
573 if (mExitingRipplesCount >= MAX_RIPPLES) {
606 mExitingRipples = new RippleForeground[MAX_RIPPLES];

Completed in 1473 milliseconds