Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchCircleView.java39 public final class StopwatchCircleView extends View { class
67 public StopwatchCircleView(Context context) { in StopwatchCircleView() method in StopwatchCircleView
71 public StopwatchCircleView(Context context, AttributeSet attrs) { in StopwatchCircleView() method in StopwatchCircleView
DStopwatchFragment.java77 private StopwatchCircleView mTime;
97 mTime = (StopwatchCircleView) v.findViewById(R.id.stopwatch_time); in onCreateView()