Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java2801 private RemoteViews applyStandardTemplate(int resId, boolean hasProgress) {
2862 if (hasProgress && (mProgressMax != 0 || mProgressIndeterminate)) {
2933 boolean hasProgress = mStyle == null || mStyle.hasProgress(); in hasThreeLines()
2939 (hasProgress && mSubText == null in hasThreeLines()
3711 protected boolean hasProgress() { in hasProgress() method in Notification.Style
4339 protected boolean hasProgress() { in hasProgress() method in Notification.MediaStyle