Searched refs:PausableChronometer (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DPausableChronometer.java30 public class PausableChronometer extends Chronometer implements PlaybackStateView { class in inherits:Chronometer,PlaybackStateView
35 public PausableChronometer(final Context context, final AttributeSet attrs) { method in class:PausableChronometer
H A DAudioRecordView.java93 private PausableChronometer mTimerTextView;
122 mTimerTextView = (PausableChronometer) findViewById(R.id.timer_text);
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DAudioAttachmentView.java40 import com.android.messaging.ui.mediapicker.PausableChronometer;
66 private PausableChronometer mChronometer;
111 mChronometer = (PausableChronometer) findViewById(R.id.timer);

Completed in 73 milliseconds