Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflaterTest.java165 verify(builder).createContentView(true); in testIncreasedHeightBeingUsed()
261 RemoteViews mediaView = mBuilder.createContentView(); in doesntReapplyDisallowedRemoteView()
265 RemoteViews decoratedMediaView = mBuilder.createContentView(); in doesntReapplyDisallowedRemoteView()
273 RemoteViews contractedRemoteView = mBuilder.createContentView(); in testUsesSameViewWhenCachedPossibleToReuse()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflater.java301 result.newContentView = createContentView(builder, isLowPriority, usesIncreasedHeight); in createRemoteViews()
670 RemoteViews contentView = builder.createContentView(); in createExpandedView()
677 private static RemoteViews createContentView(Notification.Builder builder, in createContentView() method in NotificationContentInflater
682 return builder.createContentView(useLarge); in createContentView()
/aosp12/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.java5771 public RemoteViews createContentView() { in createContentView() method in Notification.Builder
5772 return createContentView(false /* increasedheight */ ); in createContentView()
5841 public RemoteViews createContentView(boolean increasedHeight) { in createContentView() method in Notification.Builder
5963 return createContentView(); in makeAmbientNotification()
6029 return builder.createContentView(); in makePublicContentView()
6514 newContentView = createContentView(); in build()
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
H A DTestNotificationService.java196 return builder.createContentView(); in getRemoteViews()
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DPanoramaActivity.java276 createContentView(); in onCreate()
679 private void createContentView() { in createContentView() method in PanoramaActivity
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DStartingSurfaceDrawer.java336 mSplashscreenContentDrawer.createContentView(context, suggestType, activityInfo, taskId, in addSplashScreenStartingWindow()
H A DSplashscreenContentDrawer.java140 void createContentView(Context context, @StartingWindowType int suggestType, ActivityInfo info, in createContentView() method in SplashscreenContentDrawer
/aosp12/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java1355 RemoteViews content = builder.createContentView(); in maybePopulateRemoteViews()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/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
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt5917 method public android.widget.RemoteViews createContentView();