HomeSort by relevance Sort by last modified time
    Searched refs:icon (Results 101 - 125 of 1018) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/ui/app_list/
search_box_model.h 19 // SearchBoxModel consisits of an icon, a hint text, a user text and a selection
20 // model. The icon is rendered to the side of the query editor. The hint text
29 // Sets/gets the icon on side of edit box.
30 void SetIcon(const gfx::ImageSkia& icon);
31 const gfx::ImageSkia& icon() const { return icon_; } function in class:app_list::SearchBoxModel
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWM.m 264 void QZ_SetCaption (_THIS, const char *title, const char *icon) {
273 if ( icon != NULL ) {
274 string = [ [ NSString alloc ] initWithUTF8String:icon ];
412 void QZ_SetIcon (_THIS, SDL_Surface *icon, Uint8 *mask)
425 imgrep = [ [ [ NSBitmapImageRep alloc ] initWithBitmapDataPlanes: NULL pixelsWide: icon->w pixelsHigh: icon->h bitsPerSample: 8 samplesPerPixel: 4 hasAlpha: YES isPlanar: NO colorSpaceName: NSDeviceRGBColorSpace bytesPerRow: 4*icon->w bitsPerPixel: 32 ] autorelease ];
428 SDL_memset(pixels, 0, 4*icon->w*icon->h); /* make the background, which will survive in colorkeyed areas, completely transparent */
435 mergedSurface = SDL_CreateRGBSurfaceFrom(pixels, icon->w, icon->h, 32, 4*icon->w, BYTEORDER_DEPENDENT_RGBA_MASKS)
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/view/
TestSubMenu.java 26 public SubMenu setHeaderIcon(Drawable icon) {
45 public SubMenu setIcon(Drawable icon) {
  /packages/apps/Settings/src/com/android/settings/
AppWidgetPickActivity.java 98 Drawable icon = null; local
100 if (info.icon != 0) {
123 icon = packageResources.getDrawableForDensity(info.icon, iconDensity);
125 Log.w(TAG, "Can't load icon drawable 0x" + Integer.toHexString(info.icon)
128 if (icon == null) {
129 Log.w(TAG, "Can't load icon drawable 0x" + Integer.toHexString(info.icon)
134 PickAdapter.Item item = new PickAdapter.Item(context, label, icon);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardIconsSet.java 38 // Icon name to icon id map.
85 final Drawable icon = keyboardAttrs.getDrawable(attrId); local
86 setDefaultBounds(icon);
88 mIcons[iconId] = icon;
90 Log.w(TAG, "Drawable resource for icon #"
110 throw new RuntimeException("unknown icon name: " + name);
117 throw new RuntimeException("unknown icon id: " + getIconName(iconId));
120 private static void setDefaultBounds(final Drawable icon) {
121 if (icon != null)
    [all...]
  /frameworks/base/core/java/android/app/
LauncherActivity.java 68 public Drawable icon; field in class:LauncherActivity.ListItem
83 icon = resizer.createIconThumbnail(resolveInfo.loadIcon(pm));
166 if (item.icon == null) {
167 item.icon = mIconResizer.createIconThumbnail(item.resolveInfo.loadIcon(getPackageManager()));
169 text.setCompoundDrawablesWithIntrinsicBounds(item.icon, null, null, null);
246 * Utility class to resize icons to match default icon size.
272 * @param icon The icon to get a thumbnail of.
274 * @return A thumbnail for the specified icon or the icon itself if th
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
IconFactory.java 78 for (Image icon : mIconMap.values()) {
80 if (icon != null) {
81 icon.dispose();
85 for (Image icon : mUrlMap.values()) {
87 if (icon != null) {
88 icon.dispose();
93 for (Image icon : mErrorIcons.values()) {
95 if (icon != null) {
96 icon.dispose();
102 for (Image icon : mWarningIcons.values())
140 Image icon = mIconMap.get(key); local
215 Image icon = mIconMap.get(key); local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List14.java 112 holder.icon = (ImageView) convertView.findViewById(R.id.icon);
123 holder.icon.setImageBitmap((position & 1) == 1 ? mIcon1 : mIcon2);
130 ImageView icon; field in class:List14.EfficientAdapter.ViewHolder
  /external/chromium/chrome/browser/tab_contents/
simple_alert_infobar_delegate.h 20 SkBitmap* icon, // May be NULL.
  /external/chromium/chrome/browser/ui/
browser_dialogs.h 41 // is the browser window which will host the bubble. |icon| is the install
42 // icon of the extension.
45 const SkBitmap& icon,
  /external/chromium/chrome/browser/ui/gtk/
custom_drag.h 26 explicit CustomDrag(gfx::Image* icon, int code_mask, GdkDragAction action);
62 // It is safe to call this multiple times with different values of |icon|.
65 gfx::Image* icon);
69 static void BeginDrag(const DownloadItem* item, gfx::Image* icon);
72 DownloadItemDrag(const DownloadItem* item, gfx::Image* icon);
  /external/chromium/chrome/browser/ui/webui/
fileicon_source.h 38 gfx::Image* icon);
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_app_menu_item_browser.h 22 const gfx::Image* icon,
chrome_launcher_app_menu_item_v2app.h 25 const gfx::Image* icon,
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_textfield.h 30 @property(nonatomic, retain) NSImage* icon; variable
  /external/chromium_org/chrome/browser/ui/extensions/
extension_install_ui_default.h 24 SkBitmap* icon) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/gtk/
custom_drag.h 30 CustomDrag(gfx::Image* icon, int code_mask, GdkDragAction action);
66 // It is safe to call this multiple times with different values of |icon|.
69 gfx::Image* icon);
73 static void BeginDrag(const content::DownloadItem* item, gfx::Image* icon);
78 DownloadItemDrag(const content::DownloadItem* item, gfx::Image* icon);
  /external/chromium_org/chrome/browser/ui/views/frame/
taskbar_decorator_win.cc 43 base::win::ScopedGDIObject<HICON> icon;
65 icon.Set(IconUtil::CreateHICONFromSkBitmap(sk_icon));
66 if (!icon.Get())
69 taskbar->SetOverlayIcon(hwnd, icon, L"");
  /external/chromium_org/chrome/common/
badge_util.h 29 // Given an |icon|, renders the |text| centered on the |icon|. If |text| is
32 SkBitmap DrawBadgeIconOverlay(const SkBitmap& icon,
  /external/chromium_org/ui/app_list/views/
app_list_drag_and_drop_host.h 21 // Create an OS dependent drag proxy icon which can escape the given view.
22 // The proxy should get created using the |icon| with a magnification of
29 const gfx::ImageSkia& icon,
34 // Update the screen location of the Drag icon proxy.
  /external/chromium_org/ui/message_center/
notifier_settings.h 80 // The icon image of the notifier. The extension icon or favicon.
81 gfx::Image icon; member in struct:message_center::Notifier
88 NotifierGroup(const gfx::Image& icon,
94 // Icon of a notifier group.
95 const gfx::Image icon; member in struct:message_center::NotifierGroup
120 // Called when an icon in the controller has been updated.
122 const gfx::Image& icon) = 0;
  /frameworks/base/core/java/android/view/
ContextMenu.java 58 * Sets the context menu header's icon to the icon given in <var>iconRes</var>
61 * @param iconRes The resource identifier used for the icon.
67 * Sets the context menu header's icon to the icon given in <var>icon</var>
70 * @param icon The {@link Drawable} used for the icon.
73 public ContextMenu setHeaderIcon(Drawable icon);
77 * <var>view</var>. This replaces the header title and icon (and thos
    [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
SubMenuBuilder.java 85 public SubMenu setIcon(Drawable icon) {
86 mItem.setIcon(icon);
95 public SubMenu setHeaderIcon(Drawable icon) {
96 return (SubMenu) super.setHeaderIconInt(icon);
  /frameworks/base/services/java/com/android/server/am/
LaunchWarningWindow.java 45 ImageView icon = (ImageView)findViewById(R.id.replace_app_icon); local
46 icon.setImageDrawable(next.info.applicationInfo.loadIcon(context.getPackageManager()));
50 icon = (ImageView)findViewById(R.id.original_app_icon);
51 icon.setImageDrawable(cur.info.applicationInfo.loadIcon(context.getPackageManager()));
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
Input.java 30 public Bitmap icon; field in class:Input
44 icon = null;
59 icon = in.readParcelable(null);
80 dest.writeParcelable(icon, 0);
104 boolean setIcon(Bitmap Icon) { return true; }

Completed in 803 milliseconds

1 2 3 45 6 7 8 91011>>