Searched defs:logo (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DPackageItemInfo.java71 * component's logo. Logos may be larger/wider than icons and are
73 * combination. From the "logo" attribute or, if not set, 0.
75 public int logo; field in class:PackageItemInfo
95 logo = orig.logo;
164 * Retrieve the current graphical logo associated with this item. This
165 * will call back on the given PackageManager to load the logo from
168 * @param pm A PackageManager from which the logo can be loaded; usually
171 * @return Returns a Drawable containing the item's logo. If the item
172 * does not have a logo, thi
[all...]
H A DPackageParser.java1727 ai.logo = sa.getResourceId(
2001 outInfo.logo = logoVal;
2301 info.logo = target.info.logo;
2966 outInfo.logo = sa.getResourceId(
3283 outInfo.logo = logoVal;
3662 public int logo; field in class:PackageParser.IntentInfo
/frameworks/base/core/java/android/app/
H A DActionBar.java61 * Standard navigation mode. Consists of either a logo or icon
82 * Use logo instead of icon if available. This flag will cause appropriate
83 * navigation modes to use a wider logo in place of the standard icon.
92 * navigation elements. This includes logo and icon.
192 * Whether the home section shows an icon or logo is controlled
207 * Whether the home section shows an icon or logo is controlled
218 * Set the logo to display in the 'home' section of the action bar.
219 * The action bar will use a logo specified by its style or the
220 * activity logo by default.
222 * Whether the home section shows an icon or logo i
245 setLogo(Drawable logo) argument
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DActionBarImpl.java1188 public void setLogo(Drawable logo) { argument
1189 mActionView.setLogo(logo);
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java650 public void setLogo(Drawable logo) { argument
651 mLogo = logo;
652 if (logo != null && (mDisplayOptions & ActionBar.DISPLAY_USE_LOGO) != 0) {
653 mHomeLayout.setIcon(logo);

Completed in 533 milliseconds