Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationCustomContentMemoryVerifierTest.java199 RemoteViews remoteViews = builder.createBigContentView(); in inflateNotification()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java245 .createBigContentView().apply( in getRowWithReplyAction()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1451 RemoteViews big = builder.createBigContentView(); in maybePopulateRemoteViews()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationRowContentBinderImpl.kt1690 val bigContentView: RemoteViews? = builder.createBigContentView() in <lambda>()
DNotificationContentInflater.java1152 RemoteViews bigContentView = builder.createBigContentView();
/frameworks/base/core/java/android/app/
DNotification.java6882 public RemoteViews createBigContentView() { in createBigContentView() method in Builder
7617 newBigContentView = createBigContentView(); in build()
/frameworks/base/core/api/
Dcurrent.txt6768 method @Deprecated public android.widget.RemoteViews createBigContentView();