Searched refs:timeLeft (Results 1 – 4 of 4) sorted by relevance
296 final long timeLeft = Math.max(finishTime - now, mMinimumDisplayTime); in updateEntry() local297 mHandler.postDelayed(mRemoveAlertRunnable, timeLeft); in updateEntry()353 final long timeLeft = mEarliestRemovaltime - mClock.currentTimeMillis(); in removeAsSoonAsPossible() local354 mHandler.postDelayed(mRemoveAlertRunnable, timeLeft); in removeAsSoonAsPossible()
96 long timeLeft = OPERATION_TIMEOUT_MILLIS - (System.currentTimeMillis() - startTime); in waitWithTimeout() local97 if (timeLeft < 0) { in waitWithTimeout()101 waiter.accept(timeLeft); in waitWithTimeout()
1264 long timeLeft = getScaledDuration() - currentPlayTime; in reverse() local1265 mStartTime = currentTime - timeLeft; in reverse()
1443 const auto timeLeft = timeLimit - Clock::now(); in checkUidReadTimeouts() local1444 if (timeLeft < Constants::progressUpdateInterval) { in checkUidReadTimeouts()