Searched refs:icon (Results 151 - 175 of 274) sorted by relevance

1234567891011

/frameworks/base/core/java/com/android/internal/widget/
H A DAccountItemView.java62 mAccountIcon = (ImageView)view.findViewById(android.R.id.icon);
H A DToolbarWidgetWrapper.java121 final Drawable icon = a.getDrawable(R.styleable.ActionBar_icon);
122 if (icon != null) {
123 setIcon(icon);
619 public void setNavigationIcon(Drawable icon) { argument
620 mNavIcon = icon;
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DColorInversionTile.java116 state.icon = enabled ? mEnable : mDisable;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DNetworkControllerBaseTest.java267 protected void verifyLastQsMobileDataIndicators(boolean visible, int icon, int typeIcon, argument
285 assertEquals("Signal icon in, quick settings", icon, iconState.icon);
286 assertEquals("Data icon in, quick settings", typeIcon, (int) typeIconArg.getValue());
293 protected void verifyLastMobileDataIndicators(boolean visible, int icon, int typeIcon) { argument
311 assertEquals("Data icon in status bar", typeIcon, (int) typeIconArg.getValue());
/frameworks/base/wifi/java/android/net/wifi/passpoint/
H A DWifiPasspointOsuProvider.java69 public Object icon; // TODO: should change to image format field in class:WifiPasspointOsuProvider
97 sb.append(" icon: <").append(iconWidth).append("x")
126 // TODO: icon image?
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DControlButtonPresenterSelector.java72 mIcon = (ImageView) view.findViewById(R.id.icon);
H A DGuidanceStylist.java76 * the back button will lead), and an optional icon. All this information is intended to
91 * icon drawable.
95 * @param icon The icon drawable representing the current guided step.
97 public Guidance(String title, String description, String breadcrumb, Drawable icon) { argument
101 mIconDrawable = icon;
129 * Returns the icon drawable specified when this Guidance was constructed.
130 * @return The icon for this Guidance.
215 * Returns the view displaying the icon of the guidance.
216 * @return The image view object for the icon
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAlertDialog.java213 * Set resId to 0 if you don't want an icon.
215 * @param resId the resourceId of the drawable to use as the icon or 0
216 * if you don't want an icon.
222 public void setIcon(Drawable icon) { argument
223 mAlert.setIcon(icon);
227 * Set an icon as supplied by a theme attribute. e.g. android.R.attr.alertDialogIcon
322 * more customization. Using this will replace the title and icon set
370 public Builder setIcon(Drawable icon) { argument
371 P.mIcon = icon;
376 * Set an icon a
[all...]
H A DActionBar.java69 * application icon. Apps wishing to express a stronger branding should use their brand colors
98 * Standard navigation mode. Consists of either a logo or icon
145 * Use logo instead of icon if available. This flag will cause appropriate
146 * navigation modes to use a wider logo in place of the standard icon.
155 * navigation elements. This includes logo and icon.
202 * Custom navigation views appear between the application icon and
216 * <p>Custom navigation views appear between the application icon and
236 * <p>Custom navigation views appear between the application icon and
252 * Set the icon to display in the 'home' section of the action bar.
253 * The action bar will use an icon specifie
279 setIcon(Drawable icon) argument
1152 setIcon(Drawable icon) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DBrightnessController.java134 public BrightnessController(Context context, ImageView icon, ToggleSlider control) { argument
136 mIcon = icon;
270 /** Fetch the brightness mode from the system settings and update the icon */
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DDemoModeFragment.java180 for (String icon : STATUS_ICONS) {
181 intent.putExtra(icon, "hide");
/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionInfo.java38 * Size of text to render on the icon.
77 * The color to be used for tinting the icon when displaying to the user
116 Bitmap icon, int mcc, int mnc, String countryIso) {
126 this.mIconBitmap = icon;
193 * Creates and returns an icon {@code Bitmap} to represent this {@code SubscriptionInfo} in a user
198 * @return A bitmap icon for this {@code SubscriptionInfo}.
211 // Tint the icon with the color.
114 SubscriptionInfo(int id, String iccId, int simSlotIndex, CharSequence displayName, CharSequence carrierName, int nameSource, int iconTint, String number, int roaming, Bitmap icon, int mcc, int mnc, String countryIso) argument
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DPlayerSession.java119 public void setIcon(Bitmap icon) { argument
120 mMetadataBuilder.putBitmap(MediaMetadata.METADATA_KEY_DISPLAY_ICON, icon);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DFrameworkActionBar.java127 protected void setIcon(String icon) { argument
128 mActionBar.setIcon(icon);
/frameworks/support/v4/api20/android/support/v4/app/
H A DNotificationCompatApi20.java47 .setSmallIcon(n.icon, n.iconLevel)
127 return actionFactory.build(action.icon, action.title, action.actionIntent,
/frameworks/support/v4/kitkat/android/support/v4/app/
H A DNotificationCompatKitKat.java48 .setSmallIcon(n.icon, n.iconLevel)
138 action.icon, action.title, action.actionIntent, actionExtras);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DActionMenuItem.java162 public MenuItem setIcon(Drawable icon) { argument
163 mIconDrawable = icon;
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DSelectPrinterActivity.java542 Drawable icon = null;
549 icon = packageInfo.applicationInfo.loadIcon(pm);
567 ImageView iconView = (ImageView) convertView.findViewById(R.id.icon);
568 if (icon != null) {
569 iconView.setImageDrawable(icon);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DToolbarWidgetWrapper.java124 final Drawable icon = a.getDrawable(R.styleable.ActionBar_icon);
125 if (mNavIcon == null && icon != null) {
126 setIcon(icon);
624 public void setNavigationIcon(Drawable icon) { argument
625 mNavIcon = icon;
/frameworks/base/media/java/android/media/
H A DMediaMetadata.java199 * An icon or thumbnail that is suitable for display to the user. When
200 * displaying an icon for media described by this metadata this should be
203 * The icon should be relatively small and may be scaled down by the system
211 * A Uri formatted String for an icon or thumbnail that is suitable for
214 * fields when present. The icon can be loaded using a combination of
461 Bitmap icon = null;
489 icon = next;
508 bob.setIconBitmap(icon);
/frameworks/support/v4/java/android/support/v4/media/
H A DMediaMetadataCompat.java176 * An icon or thumbnail that is suitable for display to the user. When
177 * displaying an icon for media described by this metadata this should be
184 * An icon or thumbnail that is suitable for display to the user. When
402 Bitmap icon = null;
430 icon = next;
449 bob.setIconBitmap(icon);
/frameworks/support/v4/jellybean/android/support/v4/app/
H A DNotificationCompatJellybean.java46 private static final String KEY_ICON = "icon";
79 .setSmallIcon(n.icon, n.iconLevel)
245 RemoteInputCompatBase.RemoteInput.Factory remoteInputFactory, int icon,
253 return factory.build(icon, title, actionIntent, extras, remoteInputs);
324 sActionIconField = sActionClass.getDeclaredField("icon");
243 readAction( NotificationCompatBase.Action.Factory factory, RemoteInputCompatBase.RemoteInput.Factory remoteInputFactory, int icon, CharSequence title, PendingIntent actionIntent, Bundle extras) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java610 // Set up the initial icon state
614 StatusBarIcon icon = iconList.getIcon(i);
615 if (icon != null) {
616 addIcon(iconList.getSlot(i), i, viewIndex, icon);
833 if (entry.icon != null) {
834 entry.icon.setTag(R.id.icon_is_pre_L, entry.targetSdk < Build.VERSION_CODES.LOLLIPOP);
909 // app is gone, just show package name and generic icon
912 ((ImageView) row.findViewById(android.R.id.icon)).setImageDrawable(pkgicon);
1312 // NB: the large icon is now handled entirely by the template
1406 final ImageView icon
[all...]
/frameworks/base/core/java/android/os/
H A DUserManager.java1104 * icon to be able to distinguish it from the original icon. For badging an
1113 * @param icon The icon to badge.
1115 * @return A drawable that combines the original icon and a badge as
1119 public Drawable getBadgedIconForUser(Drawable icon, UserHandle user) { argument
1120 return mContext.getPackageManager().getUserBadgedIcon(icon, user);
1222 * @param icon the bitmap to set as the photo.
1225 public void setUserIcon(int userHandle, Bitmap icon) { argument
1227 mService.setUserIcon(userHandle, icon);
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebChromeClient.java47 * @param icon A Bitmap containing the favicon for the current page.
49 public void onReceivedIcon(WebView view, Bitmap icon) {} argument
52 * Notify the host application of the url for an apple-touch-icon.
54 * @param url The icon url.
55 * @param precomposed True if the url is for a precomposed touch icon.

Completed in 2424 milliseconds

1234567891011