Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java2958 private RemoteViews applyStandardTemplate(int resId, boolean hasProgress) {
3019 if (hasProgress && (mProgressMax != 0 || mProgressIndeterminate)) {
3090 boolean hasProgress = mStyle == null || mStyle.hasProgress(); in hasThreeLines()
3096 (hasProgress && mSubText == null in hasThreeLines()
3891 protected boolean hasProgress() { in hasProgress() method in Notification.Style
4539 protected boolean hasProgress() { in hasProgress() method in Notification.MediaStyle