Searched refs:applyStandardTemplateWithActions (Results 1 – 3 of 3) sorted by relevance
272 RemoteViews remoteViews = NotificationCompatImplBase.applyStandardTemplateWithActions( in getDecoratedContentView()290 RemoteViews remoteViews = NotificationCompatImplBase.applyStandardTemplateWithActions( in addDecoratedBigStyleToBuilder()307 RemoteViews remoteViews = NotificationCompatImplBase.applyStandardTemplateWithActions( in addDecoratedHeadsUpToBuilder()
186 public static RemoteViews applyStandardTemplateWithActions(Context context, in applyStandardTemplateWithActions() method in NotificationCompatImplBase
3512 private RemoteViews applyStandardTemplateWithActions(int layoutId) { in applyStandardTemplateWithActions() method in Notification.Builder3517 return applyStandardTemplateWithActions(layoutId, true /* hasProgress */, title, text); in applyStandardTemplateWithActions()3520 private RemoteViews applyStandardTemplateWithActions(int layoutId, boolean hasProgress, in applyStandardTemplateWithActions() method in Notification.Builder3620 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 …]