Searched refs:getBigContentView (Results 1 – 2 of 2) sorted by relevance
115 || (isMorL && b.getBigContentView() != null); in addStyleGetContentViewLollipop()254 RemoteViews innerView = b.getBigContentView() != null in addBigStyleToBuilderJellybean()255 ? b.getBigContentView() in addBigStyleToBuilderJellybean()292 RemoteViews bigContentView = b.getBigContentView(); in addDecoratedBigStyleToBuilderJellybean()328 RemoteViews innerView = b.getBigContentView() != null in addBigStyleToBuilderLollipop()329 ? b.getBigContentView() in addBigStyleToBuilderLollipop()
1900 public RemoteViews getBigContentView() { in getBigContentView() method in NotificationCompat.Builder