Searched refs:RoundView (Results 1 – 2 of 2) sorted by relevance
33 public class RoundView extends View { class42 public RoundView(Context context) { in RoundView() method in RoundView47 public RoundView(Context context, AttributeSet attrs) { in RoundView() method in RoundView52 public RoundView(Context context, AttributeSet attrs, int defStyle) { in RoundView() method in RoundView
48 private RoundView mRoundView;69 mRoundView = (RoundView)findViewById(R.id.round_view); in onCreate()