/external/webkit/WebCore/platform/graphics/win/ |
IconWin.cpp | 23 #include "Icon.h" 39 Icon::Icon(HICON icon) 40 : m_hIcon(icon) 42 ASSERT(icon); 45 Icon::~Icon() 50 PassRefPtr<Icon> Icon::createIconForFiles(const Vector<String>& filenames [all...] |
/packages/inputmethods/PinyinIME/res/xml/ |
skb_phone.xml | 25 <key icon="@drawable/num1" code="8"> 28 <key icon="@drawable/num2" code="9"> 31 <key icon="@drawable/num3" code="10"> 38 <key icon="@drawable/num4" code="11"> 41 <key icon="@drawable/num5" code="12"> 44 <key icon="@drawable/num6" code="13"> 51 <key icon="@drawable/num7" code="14"> 53 icon="@drawable/numstar"/> 55 <key icon="@drawable/num8" code="15"> 58 <key icon="@drawable/num9" code="16" [all...] |
/external/bluetooth/glib/gio/ |
gloadableicon.c | 42 static void g_loadable_icon_real_load_async (GLoadableIcon *icon, 47 static GInputStream *g_loadable_icon_real_load_finish (GLoadableIcon *icon, 103 * @icon: a #GLoadableIcon. 105 * @type: a location to store the type of the loaded icon, %NULL to ignore. 110 * Loads a loadable icon. For the asynchronous version of this function, 113 * Returns: a #GInputStream to read the icon from. 116 g_loadable_icon_load (GLoadableIcon *icon, 124 g_return_val_if_fail (G_IS_LOADABLE_ICON (icon), NULL); 126 iface = G_LOADABLE_ICON_GET_IFACE (icon); 128 return (* iface->load) (icon, size, type, cancellable, error) [all...] |
gicon.c | 48 * serializing an icon to and from strings. 50 * #GIcon does not provide the actual pixmap for the icon as this is out 52 * of an icon (see #GThemedIcon), or the path to an icon (see #GLoadableIcon). 114 * @icon: #gconstpointer to an icon object. 116 * Gets a hash for an icon. 118 * Returns: a #guint containing a hash for the @icon, suitable for 122 g_icon_hash (gconstpointer icon) 126 g_return_val_if_fail (G_IS_ICON (icon), 0) 304 GIcon *icon; local 446 GIcon *icon; local [all...] |
gemblemedicon.c | 38 * @short_description: Icon with emblems 43 * adding an emblem to an icon. Adding multiple emblems to an 44 * icon is ensured via g_emblemed_icon_add_emblem(). 56 GIcon *icon; member in struct:_GEmblemedIcon 77 g_object_unref (emblemed->icon); 98 * @icon: a #GIcon 101 * Creates a new emblemed icon for @icon with the emblem @emblem. 108 g_emblemed_icon_new (GIcon *icon, 113 g_return_val_if_fail (G_IS_ICON (icon), NULL) [all...] |
gloadableicon.h | 50 * @load: Loads an icon. 51 * @load_async: Loads an icon asynchronously. 52 * @load_finish: Finishes an asynchronous icon load. 62 GInputStream * (* load) (GLoadableIcon *icon, 67 void (* load_async) (GLoadableIcon *icon, 72 GInputStream * (* load_finish) (GLoadableIcon *icon, 80 GInputStream *g_loadable_icon_load (GLoadableIcon *icon, 85 void g_loadable_icon_load_async (GLoadableIcon *icon, 90 GInputStream *g_loadable_icon_load_finish (GLoadableIcon *icon,
|
/external/webkit/WebKitTools/WebKitLauncherWin/ |
WebKitLauncherWin.rc | 22 // Icon 25 // Icon with lowest ID value placed first to ensure application icon 28 IDI_WEBKITLAUNCHERWIN ICON "webkit.ico"
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
wpa_gui.desktop | 6 Icon=wpa_gui
|
/frameworks/base/core/java/android/view/ |
SubMenu.java | 46 * Sets the submenu header's icon to the icon given in <var>iconRes</var> 49 * @param iconRes The resource identifier used for the icon. 55 * Sets the submenu header's icon to the icon given in <var>icon</var> 58 * @param icon The {@link Drawable} used for the icon. 61 public SubMenu setHeaderIcon(Drawable icon); 65 * <var>view</var>. This replaces the header title and icon (and thos [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/gem/ |
SDL_gemwm.c | 43 void GEM_SetCaption(_THIS, const char *title, const char *icon) 50 if (icon) { 51 GEM_icon_name = icon; 56 void GEM_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask) 67 if (icon == NULL) { 71 /* Convert icon to the screen format */ 72 sicon = SDL_CreateRGBSurface(SDL_SWSURFACE, icon->w, icon->h, 80 bounds.w = icon->w; 81 bounds.h = icon->h [all...] |
/packages/apps/Camera/src/com/android/camera/ui/ |
AbstractIndicator.java | 40 Texture icon = getIcon(); local 42 .setPreferredContentSize(icon.getWidth(), icon.getHeight()) 48 Texture icon = getIcon(); local 49 if (icon != null) { 58 icon.draw(root, -icon.getWidth() / 2, -icon.getHeight() / 2); 61 icon.draw(root, 62 p.left + (width - icon.getWidth()) / 2 [all...] |
/development/samples/ApiDemos/res/menu/ |
disabled.xml | 21 android:icon="@drawable/stat_happy" /> 26 android:icon="@drawable/stat_sad" /> 30 android:icon="@drawable/stat_happy" /> 35 android:icon="@drawable/stat_sad" /> 39 android:icon="@drawable/stat_happy" /> 44 android:icon="@drawable/stat_sad" /> 48 android:icon="@drawable/stat_happy" /> 53 android:icon="@drawable/stat_sad" />
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/templates/ |
AndroidManifest.template | 6 <application android:icon="@drawable/icon" android:label="APPLICATION_NAME">
|
/external/webkit/WebCore/platform/graphics/haiku/ |
IconHaiku.cpp | 24 #include "Icon.h" 34 Icon::~Icon() 39 PassRefPtr<Icon> Icon::createIconForFiles(const Vector<String>& filenames) 45 void Icon::paint(GraphicsContext*, const IntRect&)
|
/external/webkit/WebCore/platform/graphics/wx/ |
IconWx.cpp | 22 #include "Icon.h" 31 Icon::~Icon() 35 PassRefPtr<Icon> Icon::createIconForFiles(const Vector<String>& filenames) 41 void Icon::paint(GraphicsContext* ctx, const IntRect& rect)
|
/external/webkit/WebKitTools/WinLauncher/ |
WinLauncher.rc | 28 // Icon 31 // Icon with lowest ID value placed first to ensure application icon 33 IDI_WINLAUNCHER ICON "WinLauncher.ico" 34 IDI_SMALL ICON "small.ico" 77 ICON IDI_WINLAUNCHER,IDC_MYICON,14,9,20,20
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
LiveFolderAdapter.java | 73 holder.icon = (ImageView) view.findViewById(R.id.icon); 95 final Drawable icon = loadIcon(context, cursor, holder); local 100 holder.name.setCompoundDrawablesWithIntrinsicBounds(null, icon, null, null); 102 final boolean hasIcon = icon != null; 103 holder.icon.setVisibility(hasIcon ? View.VISIBLE : View.GONE); 104 if (hasIcon) holder.icon.setImageDrawable(icon); 131 Drawable icon = null; local 141 icon = reference.get() 203 ImageView icon; field in class:LiveFolderAdapter.ViewHolder [all...] |
/external/webkit/WebCore/platform/graphics/chromium/ |
IconChromiumWin.cpp | 32 #include "Icon.h" 44 Icon::Icon(const PlatformIcon& icon) 45 : m_icon(icon) 49 Icon::~Icon() 55 PassRefPtr<Icon> Icon::createIconForFiles(const Vector<String>& filenames) 62 void Icon::paint(GraphicsContext* context, const IntRect& rect [all...] |
IconChromiumMac.cpp | 32 #include "Icon.h" 42 PassRefPtr<Icon> Icon::createIconForFiles(const Vector<String>&) 47 Icon::~Icon() 51 void Icon::paint(GraphicsContext*, const IntRect&)
|
/external/webkit/WebCore/platform/graphics/mac/ |
IconMac.mm | 22 #import "Icon.h" 31 Icon::Icon(NSImage *image) 38 Icon::~Icon() 42 PassRefPtr<Icon> Icon::createIconForFiles(const Vector<String>& filenames) 64 return adoptRef(new Icon(image)); 73 return adoptRef(new Icon(image)); 77 void Icon::paint(GraphicsContext* context, const IntRect& rect [all...] |
/external/qemu/distrib/sdl-1.2.12/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/webkit/WebKit/win/Interfaces/ |
IWebIconDatabase.idl | 40 - icon update notification 43 - WebIconLoader to cache icon images 47 Every icon in the database has a retain count. If an icon has a retain count greater than 0, it will be written to disk for later use. If an icon's retain count equals zero it will be removed from disk. The retain count is not persistent across launches. If the WebKit client wishes to retain an icon it should retain the icon once for every launch. This is best done at initialization time before the database begins removing icons. To make sure that the database does not remove unretained icons prematurely, call delayDatabaseCleanup until all desired icons are retained. Once all are retained, call allowDatabaseCleanup. 49 Note that an icon can be retained after the database clean-up has begun. This just has to be done before the icon is removed. Icons are removed from the database whenever new icons are added to it. 66 @abstract Returns a shared instance of the icon databas [all...] |
/frameworks/base/docs/html/shareables/ |
icon_templates-v1.0.zip | |
/packages/apps/Contacts/res/menu/ |
list.xml | 20 android:icon="@android:drawable/ic_menu_search" 25 android:icon="@android:drawable/ic_menu_add" 31 android:icon="@*android:drawable/ic_menu_allfriends" 36 android:icon="@drawable/ic_menu_account_list" 41 android:icon="@drawable/ic_menu_import_export"
|
/frameworks/base/services/java/com/android/server/status/ |
IconData.java | 28 * Indicates ths item represents an icon. 30 public static final int ICON = 2; 33 * The type of this item. One of TEXT, ICON, or LEVEL_ICON. 38 * The slot that this icon will be in if it is not a notification 43 * The package containting the icon to draw for this item. Valid if this is 44 * an ICON type. 49 * The icon to draw for this item. Valid if this is an ICON type. 54 * The level associated with the icon. Valid if this is a LEVEL_ICON type. 64 * The text associated with the icon. Valid if this is a TEXT type [all...] |