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

1 2 3 45 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/views/extensions/
extension_uninstall_dialog_view.cc 36 SkBitmap* icon)
39 // Scale down to icon size, but allow smaller icons (don't scale up).
40 gfx::Size size(icon->width(), icon->height());
45 icon_->SetImage(*icon);
148 SkBitmap* icon) {
162 new ExtensionUninstallDialogView(delegate, extension, icon))->Show();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/packager/
packaging.properties 20 root.linux.motif.x86=eclipse,libcairo-swt.so,libXm.so.2,about_files/,about.html,icon.xpm
21 root.linux.gtk.x86=eclipse,libcairo-swt.so,about_files/,about.html,icon.xpm
22 root.linux.gtk.x86_64=eclipse,libcairo-swt.so,about_files/,about.html,icon.xpm
  /packages/apps/Settings/src/com/android/settings/accounts/
AuthenticatorHelper.java 49 * Gets an icon associated with a particular account type. If none found, return null.
51 * @return a drawable for the icon or null if one cannot be found.
54 Drawable icon = null; local
62 icon = authContext.getResources().getDrawable(desc.iconId);
63 mAccTypeIconCache.put(accountType, icon);
68 if (icon == null) {
69 icon = context.getPackageManager().getDefaultActivityIcon();
71 return icon;
89 Log.w(TAG, "No label icon for account type " + accountType);
  /packages/apps/Settings/src/com/android/settings/net/
UidDetailProvider.java 84 detail.icon = pm.getDefaultActivityIcon();
90 detail.icon = pm.getDefaultActivityIcon();
94 detail.icon = pm.getDefaultActivityIcon();
100 detail.icon = pm.getDefaultActivityIcon();
112 detail.icon = info.loadIcon(pm);
124 detail.icon = appInfo.loadIcon(pm);
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SkbTemplate.java 24 * Key icon definition. It is defined in soft keyboard template. A soft keyboard
25 * can refer to such an icon in its xml file directly to improve performance.
29 Drawable icon; field in class:KeyIconRecord
60 * Default key icon list. It is only for keys which do not have popup icons.
125 public void addDefaultKeyIcons(int keyCode, Drawable icon,
127 if (null == icon || null == iconPopup) return;
130 iconRecord.icon = icon;
153 return iconRecord.icon;
  /external/chromium/chrome/browser/
jumplist_win.h 31 // * icon (std::wstring)
32 // The absolute path to an icon to be displayed in a JumpList.
34 // The icon index in the icon file. If an icon file consists of two or more
35 // icons, set this value to identify the icon. If an icon file consists of
36 // one icon, this value is 0.
48 const std::wstring& icon() const { return icon_; } function in class:ShellLinkItem
60 void SetIcon(const std::wstring& icon, int index, bool favicon)
    [all...]
  /external/sonivox/jet_tools/JetCreator/
img_Copy.py 48 icon = EmptyIcon()
49 icon.CopyFromBitmap(getBitmap())
50 return icon
img_Find.py 82 icon = EmptyIcon()
83 icon.CopyFromBitmap(getBitmap())
84 return icon
  /external/webkit/Source/WebKit/mac/Misc/
WebIconDatabase.mm 85 - (NSMutableDictionary *)_iconsBySplittingRepresentationsOfIcon:(NSImage *)icon;
87 - (void)_scaleIcon:(NSImage *)icon toSize:(NSSize)size;
114 // Check the user defaults and see if the icon database should even be enabled.
142 if (NSImage *icon = webGetNSImage(image, size))
143 return icon;
291 // Figure out the directory we should be using for the icon.db
294 // Rename legacy icon database files to the new icon database name
296 NSString *legacyDB = [databaseDirectory stringByAppendingPathComponent:@"icon.db"];
304 // Set the private browsing pref then open the WebCore icon databas
    [all...]
  /frameworks/base/core/java/android/appwidget/
AppWidgetProviderInfo.java 132 * The icon to display for this AppWidget in the AppWidget picker. If not supplied in the
133 * xml, the application icon will be used.
135 * <p>This field corresponds to the <code>android:icon</code> attribute in
138 public int icon; field in class:AppWidgetProviderInfo
150 * If not supplied, the AppWidget's icon will be used.
187 this.icon = in.readInt();
213 out.writeInt(this.icon);
  /external/bluetooth/glib/gio/
gfileicon.h 44 * Gets an icon for a #GFile. Implements #GLoadableIcon.
52 GFile * g_file_icon_get_file (GFileIcon *icon);
  /external/chromium/chrome/browser/ui/gtk/extensions/
extension_uninstall_dialog_gtk.cc 62 // Put Icon in the left column.
64 GtkWidget* icon = gtk_image_new_from_pixbuf(pixbuf); local
66 gtk_box_pack_start(GTK_BOX(icon_hbox), icon, TRUE, TRUE, 0); local
90 SkBitmap* icon) {
104 ShowUninstallDialogGtk(browser_window->window(), icon, extension, delegate);
  /external/jmonkeyengine/engine/src/android/jme3test/android/
R.java 18 public static final int icon=0x7f020000; field in class:R.drawable
  /frameworks/base/core/java/android/webkit/
WebIconDatabase.java 23 * Functions for manipulating the icon database used by WebView.
35 * Called when the icon has been retrieved from the database and the
38 * @param icon The favicon for the given url.
40 public void onReceivedIcon(String url, Bitmap icon);
44 * Open a the icon database and store the icons in the given path.
45 * @param path The directory path where the icon database will be stored.
52 * Close the shared instance of the icon database.
66 * Request the Bitmap representing the icon for the given page
67 * url. If the icon exists, the listener will be called with the result.
83 * Retain the icon for the given page url
    [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuView.java 101 * Set the icon of this item view.
102 * @param icon The icon of this item. null to hide the icon.
104 public void setIcon(Drawable icon);
117 * Whether this item view shows an icon.
119 * @return Whether this item view shows an icon.
IconMenuItemView.java 90 * Initializes with the provided title and icon
92 * @param icon The icon of this item
94 void initialize(CharSequence title, Drawable icon) {
103 setIcon(icon);
174 public void setIcon(Drawable icon) {
175 mIcon = icon;
177 if (icon != null) {
179 /* Set the bounds of the icon since setCompoundDrawables needs it. */
180 icon.setBounds(0, 0, icon.getIntrinsicWidth(), icon.getIntrinsicHeight())
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
Ticker.java 58 Drawable icon; field in class:Ticker.Segment
133 Segment(StatusBarNotification n, Drawable icon, CharSequence text) {
135 this.icon = icon;
180 // If what's being displayed has the same text and icon, just drop it
186 && n.notification.icon == seg.notification.notification.icon
194 final Drawable icon = StatusBarIconView.getIcon(mContext, local
195 new StatusBarIcon(n.pkg, n.notification.icon, n.notification.iconLevel, 0,
197 final Segment newSegment = new Segment(n, icon, n.notification.tickerText)
    [all...]
  /bootable/recovery/
screen_ui.h 26 // (shows an icon + a progress bar, text logging, menu, etc.)
34 void SetBackground(Icon icon);
56 Icon currentIcon;
97 void draw_background_locked(Icon icon);
  /cts/tests/tests/app/src/android/app/cts/
NotificationManagerTest.java 65 private void sendNotification(final int id, final int icon) {
67 icon, "No intent", System.currentTimeMillis());
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebHistoryItemTest.java 62 Bitmap icon = mOnUiThread.getFavicon(); local
63 assertEquals(icon, item.getFavicon());
  /external/chromium/chrome/browser/chromeos/status/
network_menu_button.h 30 // It will also handle the status icon changing and connecting to another
35 // <icon> Ethernet
36 // <icon> Wifi Network A
37 // <icon> Wifi Network B
38 // <icon> Wifi Network C
39 // <icon> Cellular Network A
40 // <icon> Cellular Network B
41 // <icon> Cellular Network C
42 // <icon> Other...
50 // <icon> will show the strength of the wifi/cellular networks
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_install_ui.h 68 virtual void OnInstallSuccess(const Extension* extension, SkBitmap* icon);
88 // Sets the icon that will be used in any UI. If |icon| is NULL, or contains
89 // an empty bitmap, then a default icon will be used instead.
90 void SetIcon(SkBitmap* icon);
93 // 1) Set off a 'load icon' task.
94 // 2) Handle the load icon response and show the UI (OnImageLoaded).
112 // The extensions installation icon.
  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_installed_bubble_controller.h 24 // Maximum height or width of extension's icon (corresponds to Windows & GTK).
27 // Outer vertical margin for text, icon, and closing x.
85 icon:(SkBitmap)icon;
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_wm.c 38 void ph_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask)
44 void ph_SetCaption(_THIS, const char *title, const char *icon)
  /external/webkit/Source/WebCore/platform/
FileChooser.cpp 32 #include "Icon.h"
93 void FileChooser::iconLoaded(PassRefPtr<Icon> icon)
95 m_icon = icon;

Completed in 1652 milliseconds

1 2 3 45 6 7 8 91011>>