Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DGradientDrawable.java157 public @interface RadiusType {} annotation in GradientDrawable
1765 final @RadiusType int radiusType;
1963 @RadiusType int mGradientRadiusType = RADIUS_TYPE_PIXELS;
2342 public void setGradientRadius(float gradientRadius, @RadiusType int type) { in setGradientRadius()