HomeSort by relevance Sort by last modified time
    Searched refs:sampleLength (Results 1 - 2 of 2) sorted by null

  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
Recorder.java 79 int sampleLength = recorderState.getInt(SAMPLE_LENGTH_KEY, -1);
80 if (sampleLength == -1)
92 mSampleLength = sampleLength;
111 public int sampleLength() {
SoundRecorder.java 310 if (mRecorder.sampleLength() == 0)
426 if (mRecorder.sampleLength() > 0)
463 if (mRecorder.sampleLength() == 0)
602 long sampleLengthMillis = mRecorder.sampleLength() * 1000L;
654 long time = ongoing ? mRecorder.progress() : mRecorder.sampleLength();
659 mStateProgressBar.setProgress((int)(100*time/mRecorder.sampleLength()));
717 if (mRecorder.sampleLength() == 0) {

Completed in 912 milliseconds