Searched refs:CircledImageView (Results 1 – 1 of 1) sorted by relevance
47 public class CircledImageView extends View { class111 if (color != CircledImageView.this.mCurrentColor) {112 CircledImageView.this.mCurrentColor = color;113 CircledImageView.this.invalidate();120 public CircledImageView(Context context) { in CircledImageView() method in CircledImageView124 public CircledImageView(Context context, AttributeSet attrs) { in CircledImageView() method in CircledImageView128 public CircledImageView(Context context, AttributeSet attrs, int defStyle) { in CircledImageView() method in CircledImageView131 TypedArray a = getContext().obtainStyledAttributes(attrs, R.styleable.CircledImageView); in CircledImageView()