Searched defs:hasProgress (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DNotification.java3881 * @param hasProgress whether the progress bar should be shown and set
3883 private RemoteViews applyStandardTemplate(int resId, boolean hasProgress) { argument
3884 return applyStandardTemplate(resId, mParams.reset().hasProgress(hasProgress)
3897 boolean showProgress = handleProgressBar(p.hasProgress, contentView, ex);
4083 private boolean handleProgressBar(boolean hasProgress, RemoteViews contentView, Bundle ex) { argument
4087 if (hasProgress && (max != 0 || ind)) {
4492 mParams.reset().ambient(true).fillTextsFrom(this).hasProgress(false));
5491 protected boolean hasProgress() { method in class:Notification.Style
6083 mBuilder.mParams.reset().hasProgress(fals
6828 protected boolean hasProgress() { method in class:Notification.MediaStyle
8482 boolean hasProgress = true; field in class:Notification.StandardTemplateParams
8495 hasProgress(boolean hasProgress) argument
[all...]

Completed in 61 milliseconds