Searched refs:sampleLength (Results 1 - 2 of 2) sorted by relevance

/packages/apps/SoundRecorder/src/com/android/soundrecorder/
H A DRecorder.java79 int sampleLength = recorderState.getInt(SAMPLE_LENGTH_KEY, -1);
80 if (sampleLength == -1)
92 mSampleLength = sampleLength;
111 public int sampleLength() { method in class:Recorder
H A DSoundRecorder.java310 if (mRecorder.sampleLength() == 0)
426 if (mRecorder.sampleLength() > 0)
463 if (mRecorder.sampleLength() == 0)
603 long sampleLengthMillis = mRecorder.sampleLength() * 1000L;
655 long time = ongoing ? mRecorder.progress() : mRecorder.sampleLength();
660 mStateProgressBar.setProgress((int)(100*time/mRecorder.sampleLength()));
718 if (mRecorder.sampleLength() == 0) {

Completed in 185 milliseconds