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.java4051 CharSequence nonLocalizedLabel, int labelRes, int icon, int logo,
4137 labelRes, icon, logo, windowFlags);
8100 sd.compatInfo, sd.nonLocalizedLabel, sd.labelRes, sd.icon, sd.logo,
4049 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.java46 public void setLogo(@Nullable Drawable logo); argument
/frameworks/base/core/java/android/content/pm/
H A DPackageItemInfo.java86 * component's logo. Logos may be larger/wider than icons and are
88 * combination. From the "logo" attribute or, if not set, 0.
90 public int logo; field in class:PackageItemInfo
118 logo = orig.logo;
282 * or null if no default logo is available.
291 * Retrieve the current graphical logo associated with this item. This
292 * will call back on the given PackageManager to load the logo from
295 * @param pm A PackageManager from which the logo can be loaded; usually
298 * @return Returns a Drawable containing the item's logo
[all...]
H A DPackageParser.java2818 ai.logo = sa.getResourceId(
3358 outInfo.logo = logoVal;
3796 info.logo = target.info.logo;
4553 outInfo.logo = sa.getResourceId(
5205 outInfo.logo = logoVal;
5674 public int logo; field in class:PackageParser.IntentInfo
/frameworks/base/core/java/android/app/
H A DActionBar.java76 * in the action bar and other application chrome or use a {@link #setLogo(int) logo}
103 * 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.
268 * Whether the home section shows an icon or logo is controlled
283 * Whether the home section shows an icon or logo is controlled
294 * Set the logo to display in the 'home' section of the action bar.
295 * The action bar will use a logo specified by its style or the
296 * activity logo b
321 setLogo(Drawable logo) argument
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DToolbarActionBar.java119 public void setLogo(Drawable logo) { argument
120 mDecorToolbar.setLogo(logo);
H A DWindowDecorActionBar.java1379 public void setLogo(Drawable logo) { argument
1380 mDecorToolbar.setLogo(logo);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBar.java69 * heavily in the action bar and other application chrome or use a {@link #setLogo(int) logo}
97 * Standard navigation mode. Consists of either a logo or icon
147 * Use logo instead of icon if available. This flag will cause appropriate
148 * navigation modes to use a wider logo in place of the standard icon.
157 * navigation elements. This includes logo and icon.
258 * Whether the home section shows an icon or logo is controlled
273 * Whether the home section shows an icon or logo is controlled
284 * Set the logo to display in the 'home' section of the action bar.
285 * The action bar will use a logo specified by its style or the
286 * activity logo b
311 setLogo(Drawable logo) argument
[all...]
H A DToolbarActionBar.java120 public void setLogo(Drawable logo) { argument
121 mDecorToolbar.setLogo(logo);
H A DWindowDecorActionBar.java1355 public void setLogo(Drawable logo) { argument
1356 mDecorToolbar.setLogo(logo);
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java566 * <p>As this encompasses the icon/logo, title and subtitle all in one, we need
686 public void setLogo(Drawable logo) { argument
687 mLogo = logo;
688 if (logo != null && (mDisplayOptions & ActionBar.DISPLAY_USE_LOGO) != 0) {
689 mHomeLayout.setIcon(logo);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java137 int logo; // resource identifier of activity's logo. field in class:ActivityRecord
673 logo = aInfo.getLogoResource();
1390 logo, windowFlags, prev != null ? prev.appToken : null, createIfNeeded);
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java740 int labelRes, int icon, int logo, int windowFlags, Configuration overrideConfig);
738 addStartingWindow(IBinder appToken, String packageName, int theme, CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes, int icon, int logo, int windowFlags, Configuration overrideConfig) argument
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java2545 int icon, int logo, int windowFlags, Configuration overrideConfig) {
2626 win.setDefaultLogo(logo);
2543 addStartingWindow(IBinder appToken, String packageName, int theme, CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes, int icon, int logo, int windowFlags, Configuration overrideConfig) argument

Completed in 506 milliseconds