Searched refs:customContent (Results 1 – 1 of 1) sorted by relevance
6905 private RemoteViews makeStandardTemplateWithCustomContent(RemoteViews customContent) { in makeStandardTemplateWithCustomContent() argument6908 buildIntoRemoteViewContent(remoteViews, customContent); in makeStandardTemplateWithCustomContent()6926 RemoteViews customContent) { in buildIntoRemoteViewContent() argument6927 if (customContent != null) { in buildIntoRemoteViewContent()6930 customContent = customContent.clone(); in buildIntoRemoteViewContent()6932 remoteViews.addView(R.id.notification_main_column, customContent, 0 /* index */); in buildIntoRemoteViewContent()7033 RemoteViews customContent) { in buildIntoRemoteView() argument7034 if (customContent != null) { in buildIntoRemoteView()7037 customContent = customContent.clone(); in buildIntoRemoteView()7038 customContent.overrideTextColors(mBuilder.getPrimaryTextColor()); in buildIntoRemoteView()[all …]