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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleDrawable.java101 public static final int RADIUS_AUTO = -1; field in class:RippleDrawable
360 if (radius != RADIUS_AUTO
401 * @param radius ripple radius in pixels, or {@link #RADIUS_AUTO} to
412 * radius has been set, or {@link #RADIUS_AUTO} if the radius is
994 int mMaxRadius = RADIUS_AUTO;
1019 if (mMaxRadius != RADIUS_AUTO) {

Completed in 155 milliseconds