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

/frameworks/base/services/java/com/android/server/wm/
H A DStartingData.java28 final int logo; field in class:StartingData
40 logo = _logo;
H A DWindowManagerService.java3927 CharSequence nonLocalizedLabel, int labelRes, int icon, int logo,
4129 labelRes, icon, logo, windowFlags);
7159 sd.nonLocalizedLabel, sd.labelRes, sd.icon, sd.logo, sd.windowFlags);
3925 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/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.java1928 ai.logo = sa.getResourceId(
2244 outInfo.logo = logoVal;
2588 info.logo = target.info.logo;
3302 outInfo.logo = sa.getResourceId(
3664 outInfo.logo = logoVal;
4090 public int logo; field in class:PackageParser.IntentInfo
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarImplICS.java107 public void setLogo(Drawable logo) { argument
108 mActionBar.setLogo(logo);
H A DActionBar.java73 * Standard navigation mode. Consists of either a logo or icon and title text with an optional
92 * Use logo instead of icon if available. This flag will cause appropriate navigation modes to
93 * use a wider logo in place of the standard icon.
102 * This includes logo and icon.
194 * Whether the home section shows an icon or logo is controlled by the display option {@link
207 * Whether the home section shows an icon or logo is controlled by the display option {@link
217 * Set the logo to display in the 'home' section of the action bar. The action bar will use a
218 * logo specified by its style or the activity logo by default.
220 * Whether the home section shows an icon or logo i
240 setLogo(Drawable logo) argument
[all...]
H A DActionBarImplBase.java213 public void setLogo(Drawable logo) { argument
214 mActionView.setLogo(logo);
/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.
198 * Whether the home section shows an icon or logo is controlled
213 * Whether the home section shows an icon or logo is controlled
224 * Set the logo to display in the 'home' section of the action bar.
225 * The action bar will use a logo specified by its style or the
226 * activity logo by default.
228 * Whether the home section shows an icon or logo i
251 setLogo(Drawable logo) argument
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DActionBarImpl.java1230 public void setLogo(Drawable logo) { argument
1231 mActionView.setLogo(logo);
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java585 * <p>As this encompasses the icon/logo, title and subtitle all in one, we need
706 public void setLogo(Drawable logo) { argument
707 mLogo = logo;
708 if (logo != null && (mDisplayOptions & ActionBar.DISPLAY_USE_LOGO) != 0) {
709 mHomeLayout.setIcon(logo);
/frameworks/base/services/java/com/android/server/am/
H A DActivityRecord.java92 int logo; // resource identifier of activity's logo. field in class:ActivityRecord
410 logo = aInfo.getLogoResource();
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarView.java654 public void setLogo(Drawable logo) { argument
655 mLogo = logo;
656 if (logo != null && (mDisplayOptions & ActionBar.DISPLAY_USE_LOGO) != 0) {
657 mHomeLayout.setIcon(logo);
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java656 int labelRes, int icon, int logo, int windowFlags);
654 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.java1578 int icon, int logo, int windowFlags) {
1632 win.setDefaultLogo(logo);
1576 addStartingWindow(IBinder appToken, String packageName, int theme, CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes, int icon, int logo, int windowFlags) argument

Completed in 4570 milliseconds