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

/frameworks/base/core/java/android/app/
H A DNotification.java6024 protected RemoteViews getStandardView(int layoutId) { method in class:Notification.Style
6025 return getStandardView(layoutId, null);
6036 protected RemoteViews getStandardView(int layoutId, TemplateBindResult result) { method in class:Notification.Style
6343 RemoteViews contentView = getStandardView(mBuilder.getBigPictureLayoutResource(),
6547 RemoteViews contentView = getStandardView(mBuilder.getBigTextLayoutResource(), result);
7550 RemoteViews contentView = getStandardView(mBuilder.getInboxLayoutResource(), result);

Completed in 98 milliseconds