Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DAlertingNotificationManager.java287 mPostTime = calculatePostTime(); in setEntry()
368 protected long calculatePostTime() { in calculatePostTime() method in AlertingNotificationManager.AlertEntry
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpManager.java416 protected long calculatePostTime() { in calculatePostTime() method in HeadsUpManager.HeadsUpEntry
418 return super.calculatePostTime() + mTouchAcceptanceDelay; in calculatePostTime()