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

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java1636 public RemoteViews applyStandardTemplate(boolean showSmallIcon, method in class:NotificationCompat.Style
2676 RemoteViews remoteViews = applyStandardTemplate(true /* showSmallIcon */,
/frameworks/base/core/java/android/app/
H A DNotification.java3876 private RemoteViews applyStandardTemplate(int resId) { method in class:Notification.Builder
3877 return applyStandardTemplate(resId, mParams.reset().fillTextsFrom(this));
3883 private RemoteViews applyStandardTemplate(int resId, boolean hasProgress) { method in class:Notification.Builder
3884 return applyStandardTemplate(resId, mParams.reset().hasProgress(hasProgress)
3888 private RemoteViews applyStandardTemplate(int resId, StandardTemplateParams p) { method in class:Notification.Builder
4325 RemoteViews big = applyStandardTemplate(layoutId, p);
4436 return applyStandardTemplate(getBaseLayoutResource());
6082 return mBuilder.applyStandardTemplate(mBuilder.getBaseLayoutResource(),
6756 RemoteViews view = mBuilder.applyStandardTemplate(
6801 RemoteViews big = mBuilder.applyStandardTemplate(
[all...]

Completed in 60 milliseconds