/frameworks/support/tv-provider/src/main/java/androidx/tvprovider/media/tv/ |
H A D | ChannelLogoUtils.java | 48 * Stores channel logo in the system content provider from the given URI. The method will try 67 * @param channelId the ID of the target channel with which the fetched logo should be 69 * @param logoUri the {@link Uri} of the logo file to be fetched and stored in the system 72 * @return {@code true} if successfully fetched the image file referred by the give logo URI 96 Log.i(TAG, "Failed to get logo from the URI: " + logoUri + "\n", e); 113 * Stores the given channel logo {@link Bitmap} in the system content provider and associate 117 * @param channelId the ID of the target channel with which the given logo should be associated 118 * @param logo the logo image to be stored 120 * @return {@code true} if successfully stored the logo i 125 storeChannelLogo(@onNull Context context, long channelId, @NonNull Bitmap logo) argument [all...] |
/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | SplashScreenStartingData.java | 41 int logo, int windowFlags, Configuration mergedOverrideConfiguration) { 49 mLogo = logo; 39 SplashScreenStartingData(WindowManagerService service, String pkg, int theme, CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes, int icon, int logo, int windowFlags, Configuration mergedOverrideConfiguration) argument
|
H A D | AppWindowContainerController.java | 444 CharSequence nonLocalizedLabel, int labelRes, int icon, int logo, int windowFlags, 541 compatInfo, nonLocalizedLabel, labelRes, icon, logo, windowFlags, 443 addStartingWindow(String pkg, int theme, CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes, int icon, int logo, int windowFlags, IBinder transferFrom, boolean newTask, boolean taskSwitch, boolean processRunning, boolean allowTaskSnapshot, boolean activityCreated, boolean fromRecents) argument
|
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/ |
H A D | ActionBarWrapper.java | 72 public void setLogo(Drawable logo) { argument 73 mActionBar.setLogo(logo);
|
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/ |
H A D | ActionBarWrapper.java | 73 public void setLogo(Drawable logo) { argument 74 mActionBar.setLogo(logo);
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
H A D | ActionBarInterface.java | 46 public void setLogo(@Nullable Drawable logo); argument
|
/frameworks/base/core/java/android/content/pm/ |
H A D | PackageItemInfo.java | 142 * component's logo. Logos may be larger/wider than icons and are 144 * combination. From the "logo" attribute or, if not set, 0. 146 public int logo; field in class:PackageItemInfo 174 logo = orig.logo; 552 * or null if no default logo is available. 561 * Retrieve the current graphical logo associated with this item. This 562 * will call back on the given PackageManager to load the logo from 565 * @param pm A PackageManager from which the logo can be loaded; usually 568 * @return Returns a Drawable containing the item's logo [all...] |
H A D | PackageParser.java | 4074 outInfo.logo = logoVal; 4653 info.logo = target.info.logo; 5486 outInfo.logo = sa.getResourceId( 7883 public int logo; field in class:PackageParser.IntentInfo 7896 logo = dest.readInt(); 7908 dest.writeInt(logo);
|
/frameworks/base/core/java/android/app/ |
H A D | ActionBar.java | 75 * in the action bar and other application chrome or use a {@link #setLogo(int) logo} 106 * Standard navigation mode. Consists of either a logo or icon 157 * Use logo instead of icon if available. This flag will cause appropriate 158 * navigation modes to use a wider logo in place of the standard icon. 167 * navigation elements. This includes logo and icon. 273 * Whether the home section shows an icon or logo is controlled 288 * Whether the home section shows an icon or logo is controlled 299 * Set the logo to display in the 'home' section of the action bar. 300 * The action bar will use a logo specified by its style or the 301 * activity logo b 326 setLogo(Drawable logo) argument [all...] |
/frameworks/base/core/java/com/android/internal/app/ |
H A D | ToolbarActionBar.java | 116 public void setLogo(Drawable logo) { argument 117 mDecorToolbar.setLogo(logo);
|
H A D | WindowDecorActionBar.java | 1370 public void setLogo(Drawable logo) { argument 1371 mDecorToolbar.setLogo(logo);
|
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/ |
H A D | ActionBar.java | 72 * heavily 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 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...] |
H A D | ToolbarActionBar.java | 115 public void setLogo(Drawable logo) { argument 116 mDecorToolbar.setLogo(logo);
|
H A D | WindowDecorActionBar.java | 1385 public void setLogo(Drawable logo) { argument 1386 mDecorToolbar.setLogo(logo);
|
/frameworks/base/core/java/com/android/internal/widget/ |
H A D | ActionBarView.java | 566 * <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/tests/servicestests/src/com/android/server/wm/ |
H A D | TestWindowManagerPolicy.java | 156 int logo, int windowFlags, Configuration overrideConfig, int displayId) { 154 addSplashScreen(IBinder appToken, String packageName, int theme, CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes, int icon, int logo, int windowFlags, Configuration overrideConfig, int displayId) argument
|
/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActivityRecord.java | 261 private int logo; // resource identifier of activity's logo. field in class:ActivityRecord 914 logo = aInfo.getLogoResource(); 2316 compatInfo, nonLocalizedLabel, labelRes, icon, logo, windowFlags,
|
/frameworks/base/services/core/java/com/android/server/policy/ |
H A D | WindowManagerPolicy.java | 1016 int logo, int windowFlags, Configuration overrideConfig, int displayId); 1014 addSplashScreen(IBinder appToken, String packageName, int theme, CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes, int icon, int logo, int windowFlags, Configuration overrideConfig, int displayId) argument
|
H A D | PhoneWindowManager.java | 3078 int logo, int windowFlags, Configuration overrideConfig, int displayId) { 3169 win.setDefaultLogo(logo); 3076 addSplashScreen(IBinder appToken, String packageName, int theme, CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes, int icon, int logo, int windowFlags, Configuration overrideConfig, int displayId) argument
|