Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java3289 private RemoteViews applyStandardTemplate(int resId, boolean hasProgress) { in applyStandardTemplate() argument
3294 return applyStandardTemplate(resId, hasProgress, title, text); in applyStandardTemplate()
3300 private RemoteViews applyStandardTemplate(int resId, boolean hasProgress, in applyStandardTemplate() argument
3310 boolean showProgress = handleProgressBar(hasProgress, contentView, ex); in applyStandardTemplate()
3345 private boolean handleProgressBar(boolean hasProgress, RemoteViews contentView, Bundle ex) { in handleProgressBar() argument
3349 if (hasProgress && (max != 0 || ind)) { in handleProgressBar()
3520 private RemoteViews applyStandardTemplateWithActions(int layoutId, boolean hasProgress, in applyStandardTemplateWithActions() argument
3522 RemoteViews big = applyStandardTemplate(layoutId, hasProgress, title, text); in applyStandardTemplateWithActions()
4308 protected boolean hasProgress() { in hasProgress() method in Notification.Style
5249 boolean hasProgress = max != 0 || ind; in handleInboxImageMargin()
[all …]