Searched refs:getStandardView (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/core/java/android/app/ |
H A D | Notification.java | 7221 protected RemoteViews getStandardView(int layoutId) { in getStandardView() method in Notification.Builder.Style 7226 return getStandardView(layoutId, p, null); in getStandardView() 7239 protected RemoteViews getStandardView(int layoutId, StandardTemplateParams p, in getStandardView() method in Notification.Builder.Style 7556 return getStandardView(mBuilder.getBaseLayoutResource(), p, null /* result */); in makeContentView() 7572 return getStandardView(mBuilder.getHeadsUpBaseLayoutResource(), p, null /* result */); in makeHeadsUpContentView() 7598 RemoteViews contentView = getStandardView(mBuilder.getBigPictureLayoutResource(), in makeBigContentView() 7835 return getStandardView(mBuilder.getBigTextLayoutResource(), p, null /* result */); in makeBigContentView() 9017 RemoteViews contentView = getStandardView(mBuilder.getInboxLayoutResource(), p, result); in makeBigContentView()
|
/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/core/api/ |
H A D | current.txt | 6654 method protected android.widget.RemoteViews getStandardView(int);
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 7841 Landroid/app/Notification$Style;->getStandardView(ILandroid/app/Notification$TemplateBindResult;)La…
|