Searched defs:mHasDuration (Results 1 - 1 of 1) sorted by relevance

/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
H A DVariableSpeed.java56 @GuardedBy("lock") private boolean mHasDuration; field in class:VariableSpeed
202 mHasDuration = false;
232 check(!mHasDuration, "can't have duration, this is impossible");
233 mHasDuration = true;
243 check(mHasDuration, "you haven't called prepare, can't get the duration");
254 check(mHasDuration, "you can't seek until you have prepared");
342 return !mHasBeenReleased && mHasDuration;

Completed in 84 milliseconds