Home
last modified time | relevance | path

Searched refs:earliestRemovaltime (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpManager.java645 public long earliestRemovaltime; field in HeadsUpManager.HeadsUpEntry
677 earliestRemovaltime = currentTime + mMinimumDisplayTime; in updateEntry()
733 return earliestRemovaltime < mClock.currentTimeMillis(); in wasShownLongEnough()
739 earliestRemovaltime - mClock.currentTimeMillis()); in removeAsSoonAsPossible()