HomeSort by relevance Sort by last modified time
    Searched refs:icon (Results 26 - 50 of 1109) sorted by null

12 3 4 5 6 7 8 91011>>

  /packages/apps/Settings/src/com/android/settings/location/
DimmableIconPreference.java 25 * A preference item that can dim the icon when it's disabled, either directly or because its parent
45 Drawable icon = getIcon(); local
46 if (icon != null) {
47 icon.mutate().setAlpha(dimmed ? ICON_ALPHA_DISABLED : ICON_ALPHA_ENABLED);
48 setIcon(icon);
  /packages/apps/Settings/src/com/android/settings/net/
UidDetail.java 26 public Drawable icon; field in class:UidDetail
  /frameworks/base/core/java/android/content/pm/
LabeledIntent.java 25 * A special subclass of Intent that can have a custom label/icon
36 * and icon resources for it.
39 * @param sourcePackage The package in which the label and icon live.
41 * @param icon Resource containing the icon, or 0 if none.
44 int labelRes, int icon) {
49 mIcon = icon;
54 * label and icon resource for it.
57 * @param sourcePackage The package in which the label and icon live.
59 * @param icon Resource containing the icon, or 0 if none
154 Drawable icon = pm.getDrawable(mSourcePackage, mIcon, null); local
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_app_menu_item.h 17 const gfx::Image* icon,
25 // Retrieves the icon for this menu option.
26 const gfx::Image& icon() const { return icon_; } function in class:ChromeLauncherAppMenuItem
chrome_launcher_app_menu_item_v2app.cc 11 const gfx::Image* icon,
16 : ChromeLauncherAppMenuItem(title, icon, has_leading_separator),
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_installed_bubble_view.h 22 // BROWSER_ACTION -> The browserAction icon in the toolbar.
23 // PAGE_ACTION -> A preview of the pageAction icon in the location
26 // don't specify a default icon.
33 // is the browser window which will host the bubble. |icon| is the install
34 // icon of the extension.
37 const SkBitmap& icon);
42 const SkBitmap& icon);
  /frameworks/base/core/java/android/view/
SubMenu.java 52 * Sets the submenu header's icon to the icon given in <var>iconRes</var>
55 * @param iconRes The resource identifier used for the icon.
61 * Sets the submenu header's icon to the icon given in <var>icon</var>
64 * @param icon The {@link Drawable} used for the icon.
67 public SubMenu setHeaderIcon(Drawable icon);
71 * <var>view</var>. This replaces the header title and icon (and thos
    [all...]
  /external/chromium_org/chrome/browser/resources/ntp4/
guest_tab.css 9 .icon {
14 html[dir='ltr'] .icon {
18 html[dir='rtl'] .icon {
incognito_tab.css 9 .icon {
21 html[dir='rtl'] .icon {
26 .icon {
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11wm_c.h 27 extern void X11_SetCaptionNoLock(_THIS, const char *title, const char *icon);
28 extern void X11_SetCaption(_THIS, const char *title, const char *icon);
29 extern void X11_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask);
  /packages/apps/Settings/src/com/android/settings/
IconPreferenceScreen.java 32 // Whether or not the text and icon should be highlighted (as selected)
50 ImageView imageView = (ImageView) view.findViewById(R.id.icon);
58 * Sets the icon for this Preference with a Drawable.
60 * @param icon The icon for this Preference
62 public void setIcon(Drawable icon) {
63 if ((icon == null && mIcon != null) || (icon != null && !icon.equals(mIcon))) {
64 mIcon = icon;
    [all...]
ActivityPicker.java 154 Drawable icon = null; local
157 // Try loading icon from requested package
161 icon = res.getDrawable(res.getIdentifier(
167 items.add(new PickAdapter.Item(this, label, icon));
217 Drawable icon; field in class:ActivityPicker.PickAdapter.Item
223 * Create a list item from given label and icon.
225 Item(Context context, CharSequence label, Drawable icon) {
227 this.icon = getResizer(context).createIconThumbnail(icon);
240 icon = getResizer(context).createIconThumbnail(resolveInfo.loadIcon(pm))
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_syswm.c 41 /* The screen icon -- needs to be freed on SDL_VideoQuit() */
44 /* Win32 icon mask semantics are different from those of SDL:
45 SDL applies the mask to the icon and copies result to desktop.
46 Win32 applies the mask to the desktop and XORs the icon on.
47 This means that the SDL mask needs to be applied to the icon and
50 void WIN_SetWMIcon(_THIS, SDL_Surface *icon, Uint8 *mask)
93 /* Allocate the win32 bmp icon and set everything to zero */
94 icon_pitch = ((icon->w+3)&~3);
95 mask_pitch = ((icon->w+7)/8);
96 icon_plen = icon->h*icon_pitch
    [all...]
  /external/qemu/distrib/sdl-1.2.15/test/
threadwin.c 26 SDL_Surface *icon; local
33 /* Load the icon surface */
34 icon = SDL_LoadBMP(file);
35 if ( icon == NULL ) {
41 if ( (icon->w%8) != 0 ) {
42 fprintf(stderr, "Icon width must be a multiple of 8!\n");
43 SDL_FreeSurface(icon);
46 if ( icon->format->palette == NULL ) {
47 fprintf(stderr, "Icon must have a palette!\n");
48 SDL_FreeSurface(icon);
226 SDL_Surface *icon; local
    [all...]
  /external/chromium_org/ui/views/
button_drag_utils.cc 26 const gfx::ImageSkia& icon,
32 SetDragImage(url, title, icon, press_pt, data, widget);
37 const gfx::ImageSkia& icon,
46 if (icon.isNull()) {
50 button.SetIcon(icon);
button_drag_utils.h 33 const gfx::ImageSkia& icon,
41 const gfx::ImageSkia& icon,
  /external/chromium_org/ui/file_manager/file_manager/foreground/css/
tree.css 20 .expand-icon {
33 html[dir=rtl] .expand-icon {
37 .tree-item[expanded] > .tree-row > .expand-icon {
42 .tree-row .expand-icon {
46 .tree-row[may-have-children] .expand-icon {
50 .tree-row[has-children=false] .expand-icon {
  /external/sonivox/jet_tools/JetCreator/
img_favicon.py 58 icon = EmptyIcon()
59 icon.CopyFromBitmap(getBitmap())
60 return icon
  /frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
AnimatedStateVectorDrawableTest.java 29 protected int[] icon = { field in class:AnimatedStateVectorDrawableTest
44 for (int i = 0; i < icon.length; i++) {
48 button.setBackgroundResource(icon[i]);
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
CaptureRenderer.java 28 CaptureRenderer(ImageIcon icon, ViewNode node) {
29 super(icon);
53 Icon icon = getIcon(); local
54 int width = icon.getIconWidth();
55 int height = icon.getIconHeight();
60 icon.paintIcon(this, g, x, y);
  /external/chromium_org/chrome/browser/resources/help/
help.css 58 .help-page-icon,
59 .help-page-icon-large {
66 .help-page-icon {
71 .help-page-icon-large {
76 #update-status-icon.up-to-date {
81 #update-status-icon.working {
85 #update-status-icon.failed {
122 #channel-change-disallowed-icon {
133 .channel-change-error-icon {
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
screenlock_icon_provider.cc 14 const gfx::Image& icon) {
15 user_icon_map_[username] = icon;
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
CustomErrorEditText.java 40 public void setError(CharSequence error, Drawable icon) {
41 setCompoundDrawables(null, null, icon, null);
  /frameworks/base/services/core/java/com/android/server/wm/
StartingData.java 27 final int icon; field in class:StartingData
39 icon = _icon;
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageUtil.java 76 public static View initSnippet(View snippetView, CharSequence label, Drawable icon) {
77 ((ImageView)snippetView.findViewById(R.id.app_icon)).setImageDrawable(icon);
111 Drawable icon = appInfo.loadIcon(pm); local
113 icon = pContext.getPackageManager().getUserBadgedIcon(icon, user);
118 icon);
134 ((ImageView)appSnippet.findViewById(R.id.app_icon)).setImageDrawable(as.icon);
154 Drawable icon; field in class:PackageUtil.AppSnippet
155 public AppSnippet(CharSequence label, Drawable icon) {
157 this.icon = icon
188 Drawable icon = null; local
    [all...]

Completed in 466 milliseconds

12 3 4 5 6 7 8 91011>>