Searched refs:StopwatchCircleView (Results 1 – 2 of 2) sorted by relevance
39 public final class StopwatchCircleView extends View { class67 public StopwatchCircleView(Context context) { in StopwatchCircleView() method in StopwatchCircleView71 public StopwatchCircleView(Context context, AttributeSet attrs) { in StopwatchCircleView() method in StopwatchCircleView
77 private StopwatchCircleView mTime;97 mTime = (StopwatchCircleView) v.findViewById(R.id.stopwatch_time); in onCreateView()