Searched refs:mEarliestRemovalTime (Results 1 – 1 of 1) sorted by relevance
330 return Math.max(0, entry.mEarliestRemovalTime - mSystemClock.elapsedRealtime()); in getEarliestRemovalTime()737 public long mEarliestRemovalTime; field in BaseHeadsUpManager.HeadsUpEntry803 mEarliestRemovalTime = now + mMinimumDisplayTime; in updateEntry()821 ? Math.max(finishTime, mEarliestRemovalTime) - now in updateEntry()851 return mEarliestRemovalTime < mSystemClock.elapsedRealtime(); in wasShownLongEnough()997 final long timeLeft = mEarliestRemovalTime - mSystemClock.elapsedRealtime(); in removeAsSoonAsPossible()