Searched refs:applyStandardTemplate (Results 1 – 2 of 2) sorted by relevance
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
D | NotificationCompatImplBase.java | 77 RemoteViews view = applyStandardTemplate(context, contentTitle, contentText, contentInfo, in generateContentViewMedia() 136 RemoteViews big = applyStandardTemplate(context, contentTitle, contentText, contentInfo, in generateMediaBigView() 191 RemoteViews remoteViews = applyStandardTemplate(context, contentTitle, contentText, in applyStandardTemplateWithActions() 257 public static RemoteViews applyStandardTemplate(Context context, in applyStandardTemplate() method in NotificationCompatImplBase
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 3282 private RemoteViews applyStandardTemplate(int resId) { in applyStandardTemplate() method in Notification.Builder 3283 return applyStandardTemplate(resId, true /* hasProgress */); in applyStandardTemplate() 3289 private RemoteViews applyStandardTemplate(int resId, boolean hasProgress) { in applyStandardTemplate() method in Notification.Builder 3294 return applyStandardTemplate(resId, hasProgress, title, text); in applyStandardTemplate() 3300 private RemoteViews applyStandardTemplate(int resId, boolean hasProgress, in applyStandardTemplate() method in Notification.Builder 3522 RemoteViews big = applyStandardTemplate(layoutId, hasProgress, title, text); in applyStandardTemplateWithActions() 3605 return applyStandardTemplate(getBaseLayoutResource()); in createContentView() 3697 final RemoteViews publicView = applyStandardTemplate(getBaseLayoutResource()); in makePublicContentView() 4809 return mBuilder.applyStandardTemplate(mBuilder.getBaseLayoutResource(), in makeContentView() 5415 RemoteViews view = mBuilder.applyStandardTemplate( in makeMediaContentView() [all …]
|