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

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java1733 public RemoteViews applyStandardTemplate(boolean showSmallIcon, method in class:NotificationCompat.Style
2965 RemoteViews remoteViews = applyStandardTemplate(true /* showSmallIcon */,
/frameworks/base/core/java/android/app/
H A DNotification.java4376 private RemoteViews applyStandardTemplate(int resId, TemplateBindResult result) { method in class:Notification.Builder
4377 return applyStandardTemplate(resId, mParams.reset().fillTextsFrom(this),
4385 private RemoteViews applyStandardTemplate(int resId, boolean hasProgress, method in class:Notification.Builder
4387 return applyStandardTemplate(resId, mParams.reset().hasProgress(hasProgress)
4391 private RemoteViews applyStandardTemplate(int resId, StandardTemplateParams p, method in class:Notification.Builder
4878 RemoteViews big = applyStandardTemplate(layoutId, p, result);
4997 return applyStandardTemplate(getBaseLayoutResource(), null /* result */);
7848 RemoteViews view = mBuilder.applyStandardTemplate(
7894 RemoteViews big = mBuilder.applyStandardTemplate(
8000 RemoteViews remoteViews = mBuilder.applyStandardTemplate(
[all...]

Completed in 33 milliseconds