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

/frameworks/base/services/core/java/com/android/server/wm/
H A DStartingData.java28 final int logo; field in class:StartingData
40 logo = _logo;
H A DWindowManagerService.java4162 CharSequence nonLocalizedLabel, int labelRes, int icon, int logo,
4363 labelRes, icon, logo, windowFlags);
7717 sd.nonLocalizedLabel, sd.labelRes, sd.icon, sd.logo, sd.windowFlags);
4160 setAppStartingWindow(IBinder token, String pkg, int theme, CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes, int icon, int logo, int windowFlags, IBinder transferFrom, boolean createIfNeeded) argument
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
H A DActionBarWrapper.java72 public void setLogo(Drawable logo) { argument
73 mActionBar.setLogo(logo);
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
H A DActionBarWrapper.java73 public void setLogo(Drawable logo) { argument
74 mActionBar.setLogo(logo);
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DActionBarInterface.java44 public void setLogo(Drawable logo); argument
/frameworks/base/core/java/android/content/pm/
H A DPackageItemInfo.java78 * component's logo. Logos may be larger/wider than icons and are
80 * combination. From the "logo" attribute or, if not set, 0.
82 public int logo; field in class:PackageItemInfo
110 logo = orig.logo;
218 * or null if no default logo is available.
227 * Retrieve the current graphical logo associated with this item. This
228 * will call back on the given PackageManager to load the logo from
231 * @param pm A PackageManager from which the logo can be loaded; usually
234 * @return Returns a Drawable containing the item's logo
[all...]
H A DPackageParser.java2470 ai.logo = sa.getResourceId(
2927 outInfo.logo = logoVal;
3312 info.logo = target.info.logo;
4037 outInfo.logo = sa.getResourceId(
4473 outInfo.logo = logoVal;
4939 public int logo; field in class:PackageParser.IntentInfo
/frameworks/base/core/java/android/app/
H A DActionBar.java74 * in the action bar and other application chrome or use a {@link #setLogo(int) logo}
101 * Standard navigation mode. Consists of either a logo or icon
150 * Use logo instead of icon if available. This flag will cause appropriate
151 * navigation modes to use a wider logo in place of the standard icon.
160 * navigation elements. This includes logo and icon.
266 * Whether the home section shows an icon or logo is controlled
281 * Whether the home section shows an icon or logo is controlled
292 * Set the logo to display in the 'home' section of the action bar.
293 * The action bar will use a logo specified by its style or the
294 * activity logo b
319 setLogo(Drawable logo) argument
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DToolbarActionBar.java112 public void setLogo(Drawable logo) { argument
113 mDecorToolbar.setLogo(logo);
H A DWindowDecorActionBar.java1334 public void setLogo(Drawable logo) { argument
1335 mDecorToolbar.setLogo(logo);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBar.java77 * in the action bar and other application chrome or use a {@link #setLogo(int) logo}
105 * Standard navigation mode. Consists of either a logo or icon
152 * Use logo instead of icon if available. This flag will cause appropriate
153 * navigation modes to use a wider logo in place of the standard icon.
162 * navigation elements. This includes logo and icon.
263 * Whether the home section shows an icon or logo is controlled
278 * Whether the home section shows an icon or logo is controlled
289 * Set the logo to display in the 'home' section of the action bar.
290 * The action bar will use a logo specified by its style or the
291 * activity logo b
316 setLogo(Drawable logo) argument
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
H A DToolbarActionBar.java128 public void setLogo(Drawable logo) { argument
129 mDecorToolbar.setLogo(logo);
H A DWindowDecorActionBar.java1335 public void setLogo(Drawable logo) { argument
1336 mDecorToolbar.setLogo(logo);
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java570 * <p>As this encompasses the icon/logo, title and subtitle all in one, we need
691 public void setLogo(Drawable logo) { argument
692 mLogo = logo;
693 if (logo != null && (mDisplayOptions & ActionBar.DISPLAY_USE_LOGO) != 0) {
694 mHomeLayout.setIcon(logo);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java116 int logo; // resource identifier of activity's logo. field in class:ActivityRecord
447 logo = aInfo.getLogoResource();
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java669 int labelRes, int icon, int logo, int windowFlags);
667 addStartingWindow(IBinder appToken, String packageName, int theme, CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes, int icon, int logo, int windowFlags) argument
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java2017 int icon, int logo, int windowFlags) {
2071 win.setDefaultLogo(logo);
2015 addStartingWindow(IBinder appToken, String packageName, int theme, CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes, int icon, int logo, int windowFlags) argument

Completed in 529 milliseconds