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.java640 public long earliestRemovaltime; field in HeadsUpManager.HeadsUpEntry
672 earliestRemovaltime = currentTime + mMinimumDisplayTime; in updateEntry()
728 return earliestRemovaltime < mClock.currentTimeMillis(); in wasShownLongEnough()
734 earliestRemovaltime - mClock.currentTimeMillis()); in removeAsSoonAsPossible()