Searched refs:mPostTime (Results 1 – 3 of 3) sorted by relevance
44 private long mPostTime; field in SbnBuilder60 mPostTime = source.getPostTime(); in SbnBuilder()88 mPostTime); in build()178 mPostTime = postTime; in setPostTime()
736 public long mPostTime; field in BaseHeadsUpManager.HeadsUpEntry764 mPostTime = calculatePostTime(); in setEntry()807 mPostTime = Math.max(mPostTime, now); in updateEntry()892 if (mPostTime > headsUpEntry.mPostTime) { in compareTo()894 } else if (mPostTime == headsUpEntry.mPostTime) { in compareTo()1030 return mPostTime + duration; in calculateFinishTime()
245 return entry != null && mSystemClock.elapsedRealtime() < entry.mPostTime; in shouldSwallowClick()