Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/app/
DNotificationCompat.java272 RemoteViews remoteViews = NotificationCompatImplBase.applyStandardTemplateWithActions( in getDecoratedContentView()
290 RemoteViews remoteViews = NotificationCompatImplBase.applyStandardTemplateWithActions( in addDecoratedBigStyleToBuilder()
307 RemoteViews remoteViews = NotificationCompatImplBase.applyStandardTemplateWithActions( in addDecoratedHeadsUpToBuilder()
DNotificationCompatImplBase.java186 public static RemoteViews applyStandardTemplateWithActions(Context context, in applyStandardTemplateWithActions() method in NotificationCompatImplBase
/frameworks/base/core/java/android/app/
DNotification.java3512 private RemoteViews applyStandardTemplateWithActions(int layoutId) { in applyStandardTemplateWithActions() method in Notification.Builder
3517 return applyStandardTemplateWithActions(layoutId, true /* hasProgress */, title, text); in applyStandardTemplateWithActions()
3520 private RemoteViews applyStandardTemplateWithActions(int layoutId, boolean hasProgress, in applyStandardTemplateWithActions() method in Notification.Builder
3620 result = applyStandardTemplateWithActions(getBigBaseLayoutResource()); in createBigContentView()
3667 return applyStandardTemplateWithActions(getBigBaseLayoutResource()); in createHeadsUpContentView()
4212 RemoteViews contentView = mBuilder.applyStandardTemplateWithActions(layoutId); in getStandardView()
4852 RemoteViews contentView = mBuilder.applyStandardTemplateWithActions( in makeBigContentView()
4859 RemoteViews contentView = mBuilder.applyStandardTemplateWithActions( in makeBigContentView()
4932 return mBuilder.applyStandardTemplateWithActions(mBuilder.getBigBaseLayoutResource(), in makeHeadsUpContentView()
5554 RemoteViews remoteViews = mBuilder.applyStandardTemplateWithActions( in makeDecoratedHeadsUpContentView()
[all …]