Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java5316 final RemoteViews styleView = mStyle.makeContentView(increasedHeight); in createContentView()
6402 public RemoteViews makeContentView(boolean increasedHeight) {
6851 public RemoteViews makeContentView(boolean increasedHeight) {
6860 return super.makeContentView(increasedHeight);
7271 public RemoteViews makeContentView(boolean increasedHeight) { in makeContentView() method
8104 public RemoteViews makeContentView(boolean increasedHeight) { in makeContentView() method in Notification.Builder.MediaStyle
8322 public RemoteViews makeContentView(boolean increasedHeight) { in makeContentView() method in Notification.Builder.DecoratedCustomViewStyle
8459 public RemoteViews makeContentView(boolean increasedHeight) { in makeContentView() method in Notification.Builder.DecoratedMediaCustomViewStyle
8460 RemoteViews remoteViews = super.makeContentView(false /* increasedHeight */); in makeContentView()
8482 remoteViews = super.makeContentView(false /* increasedHeight */); in makeBigContentViewWithCustomContent()