Searched defs:banner (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DPackageItemInfo.java80 * component's banner. From the "banner" attribute or, if not set, 0.
82 public int banner; field in class:PackageItemInfo
117 banner = orig.banner;
240 * Retrieve the current graphical banner associated with this item. This
241 * will call back on the given PackageManager to load the banner from
244 * @param pm A PackageManager from which the banner can be loaded; usually
247 * @return Returns a Drawable containing the item's banner. If the item
248 * does not have a banner, thi
[all...]
H A DPackageParser.java3371 outInfo.banner = bannerVal;
3807 info.banner = target.info.banner;
4576 outInfo.banner = sa.getResourceId(
5663 public int banner; field in class:PackageParser.IntentInfo
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/views/
H A DTaskCardView.java279 Drawable banner = null;
281 banner = pm.getActivityBanner(mTask.key.baseIntent);
283 if (banner != null) {
284 setAsBannerView(banner, screenshotView);
311 private void setAsBannerView(Drawable banner, ImageView bannerView) { argument
318 bannerView.setImageDrawable(banner);
/frameworks/base/tools/aapt/
H A DCommand.cpp1119 printf(" label='%s' icon='%s' banner='%s'\n",
1318 String8 banner = AaptXml::getResolvedAttribute(res, tree, BANNER_ATTR, local
1321 fprintf(stderr, "ERROR getting 'android:banner' attribute: %s\n",
1328 if (banner != "") {
1329 printf(" banner='%s'",
1330 ResTable::normalizeForOutput(banner.string()).string());
1660 fprintf(stderr, "ERROR getting 'android:banner' attribute: %s\n",

Completed in 286 milliseconds