Searched refs:banner (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DPackageItemInfo.java72 * component's banner. From the "banner" attribute or, if not set, 0.
74 public int banner; field in class:PackageItemInfo
109 banner = orig.banner;
176 * Retrieve the current graphical banner associated with this item. This
177 * will call back on the given PackageManager to load the banner from
180 * @param pm A PackageManager from which the banner can be loaded; usually
183 * @return Returns a Drawable containing the item's banner. If the item
184 * does not have a banner, thi
[all...]
H A DComponentInfo.java132 * Return the banner resource identifier to use for this component. If the
133 * component defines a banner, that is used; else, the application banner is
136 * @return The banner associated with this component.
139 return banner != 0 ? banner : applicationInfo.banner;
H A DPackageParser.java2472 ai.banner = sa.getResourceId(
2932 outInfo.banner = bannerVal;
3313 info.banner = target.info.banner;
4040 outInfo.banner = sa.getResourceId(
4478 outInfo.banner = bannerVal;
4940 public int banner; field in class:PackageParser.IntentInfo
/frameworks/base/core/java/android/nfc/cardemulation/
H A DApduServiceInfo.java82 * The id of the service banner specified in XML.
357 Drawable banner = res.getDrawable(mBannerResourceId);
358 return banner;
360 Log.e(TAG, "Could not load banner.");
363 Log.e(TAG, "Could not load banner.");
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbStorageActivity.java123 mBanner = (TextView) findViewById(com.android.internal.R.id.banner);
/frameworks/base/tools/aapt/
H A DCommand.cpp938 printf(" label='%s' icon='%s' banner='%s'\n",
1130 String8 banner = AaptXml::getResolvedAttribute(res, tree, BANNER_ATTR, &error); local
1132 fprintf(stderr, "ERROR getting 'android:banner' attribute: %s\n",
1139 if (banner != "") {
1140 printf(" banner='%s'", ResTable::normalizeForOutput(banner.string()).string());
1480 fprintf(stderr, "ERROR getting 'android:banner' attribute: %s\n",

Completed in 139 milliseconds