/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationContentInflaterTest.java | 170 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 D | NotificationContentInflater.java | 332 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 D | SearchDialog.java | 167 private void createContentView() { in createContentView() method in SearchDialog 272 createContentView(); in show()
|
H A D | Notification.java | 5934 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 D | SplashscreenWindowCreator.java | 194 mSplashscreenContentDrawer.createContentView(context, suggestType, windowInfo, in addSplashScreenStartingWindow()
|
H A D | SplashscreenContentDrawer.java | 309 void createContentView(Context context, @StartingWindowType int suggestType, in createContentView() method in SplashscreenContentDrawer
|
/aosp14/frameworks/base/core/java/android/service/notification/ |
H A D | NotificationListenerService.java | 1397 RemoteViews content = builder.createContentView(); in maybePopulateRemoteViews()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 7607 Landroid/app/Notification$Builder;->createContentView(Z)Landroid/widget/RemoteViews; 8485 Landroid/app/SearchDialog;->createContentView()V
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 6477 method public android.widget.RemoteViews createContentView();
|