Home | History | Annotate | Download | only in data

Lines Matching refs:mState

38     private final State mState;
50 mState = state;
56 public State getState() { return mState; }
59 public boolean isReset() { return mState == RESET; }
60 public boolean isPaused() { return mState == PAUSED; }
61 public boolean isRunning() { return mState == RUNNING; }
67 if (mState != RUNNING) {
89 if (mState == RUNNING) {
100 if (mState != RUNNING) {
120 if (mState != RUNNING) {
128 return new Stopwatch(mState, timeSinceBoot, wallClockTime, mAccumulatedTime + delta);
137 if (mState != RUNNING) {
149 return new Stopwatch(mState, timeSinceBoot, wallClockTime, mAccumulatedTime + delta);