Searched refs:mIntervalStartTime (Results 1 – 1 of 1) sorted by relevance
24 private long mIntervalStartTime = -1; field in CircleTimerView68 mIntervalStartTime = -1; in reset()73 mIntervalStartTime = Utils.getTimeNow(); in startIntervalAnimation()80 mIntervalStartTime = -1; in stopIntervalAnimation()85 return (mIntervalStartTime != -1); in isAnimating()90 mAccumulatedTime += Utils.getTimeNow() - mIntervalStartTime; in pauseIntervalAnimation()109 mIntervalStartTime = Utils.getTimeNow(); in setPassedTime()156 if (mIntervalStartTime == -1) { in onDraw()165 mCurrentIntervalTime = Utils.getTimeNow() - mIntervalStartTime + mAccumulatedTime; in onDraw()244 editor.putLong (key + PREF_CTV_INTERVAL_START, mIntervalStartTime); in writeToSharedPref()[all …]