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

/frameworks/support/media/src/main/java/androidx/media/app/
H A DNotificationCompat.java475 public RemoteViews makeHeadsUpContentView(NotificationBuilderWithBuilderAccessor builder) { method in class:NotificationCompat.DecoratedMediaCustomViewStyle
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java1709 public RemoteViews makeHeadsUpContentView(NotificationBuilderWithBuilderAccessor builder) { method in class:NotificationCompat.Style
2950 public RemoteViews makeHeadsUpContentView(NotificationBuilderWithBuilderAccessor builder) { method in class:NotificationCompat.DecoratedCustomViewStyle
/frameworks/base/core/java/android/app/
H A DNotification.java5090 final RemoteViews styleView = mStyle.makeHeadsUpContentView(increasedHeight);
6084 public RemoteViews makeHeadsUpContentView(boolean increasedHeight) { method in class:Notification.Style
6530 public RemoteViews makeHeadsUpContentView(boolean increasedHeight) { method in class:Notification.BigTextStyle
6534 return super.makeHeadsUpContentView(increasedHeight);
7152 public RemoteViews makeHeadsUpContentView(boolean increasedHeight) { method in class:Notification.MessagingStyle
7780 public RemoteViews makeHeadsUpContentView(boolean increasedHeight) { method in class:Notification.MediaStyle
7980 public RemoteViews makeHeadsUpContentView(boolean increasedHeight) { method in class:Notification.DecoratedCustomViewStyle
8131 public RemoteViews makeHeadsUpContentView(boolean increasedHeight) { method in class:Notification.DecoratedMediaCustomViewStyle

Completed in 33 milliseconds