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

/frameworks/base/core/java/android/content/pm/
H A DPackageItemInfo.java76 * component's banner. From the "banner" attribute or, if not set, 0.
78 public int banner; field in class:PackageItemInfo
113 banner = orig.banner;
236 * Retrieve the current graphical banner associated with this item. This
237 * will call back on the given PackageManager to load the banner from
240 * @param pm A PackageManager from which the banner can be loaded; usually
243 * @return Returns a Drawable containing the item's banner. If the item
244 * does not have a banner, thi
[all...]
H A DPackageParser.java4070 outInfo.banner = bannerVal;
4642 info.banner = target.info.banner;
5501 outInfo.banner = sa.getResourceId(
7281 public int banner; field in class:PackageParser.IntentInfo
7294 banner = dest.readInt();
7306 dest.writeInt(banner);
/frameworks/base/tools/aapt/
H A DCommand.cpp1150 printf(" label='%s' icon='%s' banner='%s'\n",
1355 String8 banner = AaptXml::getResolvedAttribute(res, tree, BANNER_ATTR, local
1359 "ERROR getting 'android:banner' attribute: %s", error.string());
1365 if (banner != "") {
1366 printf(" banner='%s'",
1367 ResTable::normalizeForOutput(banner.string()).string());
1711 "ERROR getting 'android:banner' attribute: %s",

Completed in 5726 milliseconds