Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflaterTest.java170 verify(builder).createContentView(true); in testIncreasedHeightBeingUsed()
267 RemoteViews mediaView = mBuilder.createContentView(); in doesntReapplyDisallowedRemoteView()
271 RemoteViews decoratedMediaView = mBuilder.createContentView(); in doesntReapplyDisallowedRemoteView()
279 RemoteViews contractedRemoteView = mBuilder.createContentView(); in testUsesSameViewWhenCachedPossibleToReuse()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflater.java332 result.newContentView = createContentView(builder, isLowPriority, usesIncreasedHeight); in createRemoteViews()
803 RemoteViews contentView = builder.createContentView(); in createExpandedView()
810 private static RemoteViews createContentView(Notification.Builder builder, in createContentView() method in NotificationContentInflater
815 return builder.createContentView(useLarge); in createContentView()
/aosp14/frameworks/base/core/java/android/app/
H A DSearchDialog.java167 private void createContentView() { in createContentView() method in SearchDialog
272 createContentView(); in show()
H A DNotification.java5934 public RemoteViews createContentView() { in createContentView() method in Notification.Builder
5935 return createContentView(false /* increasedheight */ ); in createContentView()
6004 public RemoteViews createContentView(boolean increasedHeight) { in createContentView() method in Notification.Builder
6126 return createContentView(); in makeAmbientNotification()
6192 return builder.createContentView(); in makePublicContentView()
6654 newContentView = createContentView(); in build()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenWindowCreator.java194 mSplashscreenContentDrawer.createContentView(context, suggestType, windowInfo, in addSplashScreenStartingWindow()
H A DSplashscreenContentDrawer.java309 void createContentView(Context context, @StartingWindowType int suggestType, in createContentView() method in SplashscreenContentDrawer
/aosp14/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java1397 RemoteViews content = builder.createContentView(); in maybePopulateRemoteViews()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7607 Landroid/app/Notification$Builder;->createContentView(Z)Landroid/widget/RemoteViews;
8485 Landroid/app/SearchDialog;->createContentView()V
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6477 method public android.widget.RemoteViews createContentView();