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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/ui/base/dragdrop/
drag_utils.h 34 const gfx::ImageSkia* icon,
  /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.
43 * Called when the icon has been retrieved from the database and the
46 * @param icon The favicon for the given url.
48 public void onReceivedIcon(String url, Bitmap icon);
52 * Open a the icon database and store the icons in the given path.
53 * @param path The directory path where the icon database will be stored.
60 * Close the shared instance of the icon database.
74 * Request the Bitmap representing the icon for the given page
75 * url. If the icon exists, the listener will be called with the result.
91 * Retain the icon for the given page url
    [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
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...]
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.
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
SubMenuBuilder.java 87 public SubMenu setIcon(Drawable icon) {
88 mItem.setIcon(icon);
97 public SubMenu setHeaderIcon(Drawable icon) {
98 super.setHeaderIconInt(icon);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LintTooltip.java 64 Label icon = new Label(this, SWT.NONE); local
65 icon.setForeground(fg);
66 icon.setBackground(bg);
67 icon.setImage(node.getIcon());
  /external/chromium_org/ui/gfx/
icon_util_unittest.cc 39 // function loads the icon and returns an HICON handle.
42 HICON icon = static_cast<HICON>(LoadImage(NULL, local
48 return icon;
61 // the expected icon sizes up to and including |max_icon_size|, and no other
62 // icons. If |max_icon_size| >= 256, this tests for a 256x256 PNG icon entry.
86 // First, use the Windows API to load the icon, a basic validity test.
87 HICON icon = LoadIconFromFile(icon_filename, kSmallIconWidth, local
89 EXPECT_NE(static_cast<HICON>(NULL), icon); local
90 if (icon != NULL)
91 ::DestroyIcon(icon);
145 HICON icon = LoadIconFromFile(icon_filename, local
169 HICON icon = NULL; local
310 HICON icon = IconUtil::CreateHICONFromSkBitmap(bitmap); local
    [all...]
  /external/chromium_org/ui/views/controls/menu/
menu_win.cc 23 // The width of an icon, including the pixels between the icon and
30 // Margins between the left of the item and the icon.
43 gfx::ImageSkia icon; member in struct:views::MenuWin::ItemData
151 // Should we add kIconWidth only when icon.width() != 0 ?
184 // Draw the icon after the label, otherwise it would be covered
187 data->icon.GetRepresentation(ui::SCALE_FACTOR_100P);
188 if (data->icon.width() != 0 && data->icon.height() != 0) {
193 data->icon.height()) / 2, NULL)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
Ticker.java 63 Drawable icon; field in class:Ticker.Segment
138 Segment(StatusBarNotification n, Drawable icon, CharSequence text) {
140 this.icon = icon;
185 // If what's being displayed has the same text and icon, just drop it
191 && n.getNotification().icon == seg.notification.getNotification().icon
199 final Drawable icon = StatusBarIconView.getIcon(mContext, local
200 new StatusBarIcon(n.getPackageName(), n.getUser(), n.getNotification().icon, n.getNotification().iconLevel, 0,
203 final Segment newSegment = new Segment(n, icon, text)
    [all...]
  /bootable/recovery/
screen_ui.h 26 // (shows an icon + a progress bar, text logging, menu, etc.)
35 void SetBackground(Icon icon);
65 Icon currentIcon;
108 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());
  /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/chromium_org/ash/system/chromeos/
label_tray_view.cc 48 const gfx::ImageSkia* icon = rb.GetImageSkiaNamed(icon_resource_id_); local
49 child->AddIconAndLabel(*icon, message, gfx::Font::NORMAL);
  /external/chromium_org/base/win/
shortcut.h 70 icon = icon_in;
96 // The path to the icon (can be a dll or exe, in which case |icon_index| is
98 FilePath icon; member in struct:base::win::ShortcutProperties
  /external/chromium_org/chrome/browser/profiles/
avatar_menu_model.h 26 // avatar icon is clicked in the browser window frame. This class will notify
33 Item(size_t model_index, const gfx::Image& icon);
36 // The icon to be displayed next to the item.
37 gfx::Image icon; member in struct:AvatarMenuModel::Item
100 // Returns the icon for the managed user which will be displayed in the
  /external/chromium_org/chrome/browser/resources/file_manager/js/
file_type.js 80 {type: 'hosted', icon: 'gdoc', name: 'GDOC_DOCUMENT_FILE_TYPE',
82 {type: 'hosted', icon: 'gsheet', name: 'GSHEET_DOCUMENT_FILE_TYPE',
84 {type: 'hosted', icon: 'gslides', name: 'GSLIDES_DOCUMENT_FILE_TYPE',
86 {type: 'hosted', icon: 'gdraw', name: 'GDRAW_DOCUMENT_FILE_TYPE',
88 {type: 'hosted', icon: 'gtable', name: 'GTABLE_DOCUMENT_FILE_TYPE',
90 {type: 'hosted', icon: 'glink', name: 'GLINK_DOCUMENT_FILE_TYPE',
94 {type: 'document', icon: 'pdf', name: 'PDF_DOCUMENT_FILE_TYPE',
98 {type: 'document', icon: 'word', name: 'WORD_DOCUMENT_FILE_TYPE',
100 {type: 'document', icon: 'ppt', name: 'POWERPOINT_PRESENTATION_FILE_TYPE',
102 {type: 'document', icon: 'excel', name: 'EXCEL_FILE_TYPE'
    [all...]
  /external/chromium_org/chrome/browser/status_icons/
desktop_notification_balloon.cc 73 void DesktopNotificationBalloon::DisplayBalloon(const gfx::ImageSkia& icon,
85 GURL(), title, contents, gfx::Image(icon), string16(),
  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_application_menu_item_model.cc 60 if (!item->icon().IsEmpty())
61 SetIcon(GetIndexOfCommandId(i), item->icon());
  /external/chromium_org/chrome/browser/ui/gtk/
avatar_menu_button_gtk.cc 82 gfx::Image icon = profiles::GetAvatarIconForTitleBar( local
85 gtk_image_set_from_pixbuf(GTK_IMAGE(image_), icon.ToGdkPixbuf());
  /external/chromium_org/chrome/browser/ui/gtk/extensions/
extension_installed_bubble_gtk.h 28 // BROWSER_ACTION -> The browserAction icon in the toolbar.
29 // PAGE_ACTION -> A preview of the page action icon in the location
32 // don't specify a default icon.
51 // is the browser window which will host the bubble. |icon| is the install
52 // icon of the extension.
55 const SkBitmap& icon);
61 const SkBitmap& icon);
  /external/chromium_org/chrome/browser/ui/gtk/status_icons/
status_icon_gtk.cc 47 void StatusIconGtk::DisplayBalloon(const gfx::ImageSkia& icon,
50 notification_.DisplayBalloon(icon, title, contents);
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
menu_util.cc 24 const gfx::Image& icon) {
25 GdkPixbuf* pixbuf = GdkPixbufFromSkBitmap(*icon.ToSkBitmap());
102 gfx::Image icon; local
137 if (model->GetIconAt(i, &icon))
138 menu_item = BuildMenuItemWithImage(label, icon);
236 gfx::Image icon; local
237 if (model->GetIconAt(id, &icon)) {
241 GdkPixbufFromSkBitmap(*icon.ToSkBitmap())));

Completed in 722 milliseconds

1 2 3 4 5 6 78 91011>>