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

1 2 34 5 6 7 8 91011>>

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTabSpec.java 24 private Drawable icon; field in class:ShadowTabSpec
52 return this.icon;
75 public TabHost.TabSpec setIndicator(CharSequence label, Drawable icon) {
77 this.icon = icon;
  /packages/apps/Launcher2/src/com/android/launcher2/
PendingAddItemInfo.java 56 int icon; field in class:PendingAddWidgetInfo
75 icon = i.icon;
89 icon = copy.icon;
  /packages/apps/Launcher3/src/com/android/launcher3/
PendingAddItemInfo.java 56 int icon; field in class:PendingAddWidgetInfo
75 icon = i.icon;
89 icon = copy.icon;
  /external/chromium_org/chrome/browser/ui/app_list/
extension_app_item.cc 33 // Overlays a shortcut icon over the bottom left corner of a given image.
36 explicit ShortcutOverlayImageSource(const gfx::ImageSkia& icon)
37 : gfx::CanvasImageSource(icon.size(), false),
38 icon_(icon) {
47 // Draw the overlay in the bottom left corner of the icon.
164 gfx::ImageSkia icon = installing_icon_; local
166 icon = gfx::ImageSkia(new ShortcutOverlayImageSource(icon), icon.size());
167 SetIcon(icon, !HasOverlay())
170 gfx::ImageSkia icon = icon_->image_skia(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
resourcesPanel.css 65 .resources.panel .sidebar .icon {
205 .resource-sidebar-tree-item .icon {
209 .children.small .resource-sidebar-tree-item .icon {
213 .resource-sidebar-tree-item.resources-type-image .icon {
220 .resources-type-image .image-resource-icon-preview {
233 .children.small .resource-sidebar-tree-item.resources-type-image .icon {
238 .children.small .resources-type-image .image-resource-icon-preview {
247 .resource-sidebar-tree-item.resources-type-document .icon {
251 .children.small .resource-sidebar-tree-item.resources-type-document .icon {
255 .resource-sidebar-tree-item.resources-type-stylesheet .icon {
    [all...]
navigatorView.css 30 .navigator-domain-tree-item .icon {
34 .navigator-folder-tree-item .icon {
39 .navigator-script-tree-item .icon {
43 .navigator-stylesheet-tree-item .icon {
47 .navigator-document-tree-item .icon {
51 .navigator-other-tree-item .icon {
79 .navigator .icon {
  /frameworks/base/core/java/android/view/
PointerIcon.java 33 * Represents an icon that can be used as a mouse pointer.
44 /** Style constant: Custom icon with a user-supplied bitmap. */
47 /** Style constant: Null icon. It has no bitmap. */
50 /** Style constant: Arrow icon. (Default mouse pointer) */
53 /** {@hide} Style constant: Spot hover icon for touchpads. */
56 /** {@hide} Style constant: Spot touch icon for touchpads. */
59 /** {@hide} Style constant: Spot anchor icon for touchpads. */
66 // The default pointer icon.
82 * Gets a special pointer icon that has no bitmap.
84 * @return The null pointer icon
139 PointerIcon icon = new PointerIcon(style); local
167 PointerIcon icon = new PointerIcon(STYLE_CUSTOM); local
200 PointerIcon icon = new PointerIcon(STYLE_CUSTOM); local
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
custom_drag.cc 44 CustomDrag::CustomDrag(gfx::Image* icon, int code_mask, GdkDragAction action)
46 image_(icon) {
78 gfx::Image* icon)
79 : CustomDrag(icon, kDownloadItemCodeMask, kDownloadItemDragAction),
96 gfx::Image* icon) {
110 if (icon)
111 gtk_drag_source_set_icon_pixbuf(widget, *icon);
115 void DownloadItemDrag::BeginDrag(const DownloadItem* item, gfx::Image* icon) {
116 new DownloadItemDrag(item, icon);
  /frameworks/base/core/java/android/content/pm/
PackageItemInfo.java 33 * a label, icon, and meta-data. This class is not intended
65 * component's icon. From the "icon" attribute or, if not set, 0.
67 public int icon; field in class:PackageItemInfo
72 * displayed by certain UI elements in place of a name or name/icon
94 icon = orig.icon;
127 * Retrieve the current graphical icon associated with this item. This
128 * will call back on the given PackageManager to load the icon from
131 * @param pm A PackageManager from which the icon can be loaded; usuall
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
action_choice_util.js 21 class: 'view-files-icon'
25 class: 'import-photos-to-drive-icon',
30 class: 'watch-single-video-icon',
39 // TODO(mtomasz): Get the passed icon instead of the extension icon.
41 'chrome://extension-icon/' + handlers[i].extensionId + '/32/1',
43 'chrome://extension-icon/' + handlers[i].extensionId + '/64/1',
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageUtil.java 84 public static View initSnippet(View snippetView, CharSequence label, Drawable icon) {
85 ((ImageView)snippetView.findViewById(R.id.app_icon)).setImageDrawable(icon);
122 ((ImageView)appSnippet.findViewById(R.id.app_icon)).setImageDrawable(as.icon);
142 Drawable icon; field in class:PackageUtil.AppSnippet
143 public AppSnippet(CharSequence label, Drawable icon) {
145 this.icon = icon;
176 Drawable icon = null; local
177 // Try to load the icon from the package's resources. If an app has not explicitly
178 // specified any resource, just use the default icon for now
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
network_menu.css 10 .left-icon {
18 .network-label-icon {
28 .network-icon {
  /external/chromium_org/ui/views/controls/menu/
menu.h 55 // The icon shown for the menu item.
77 // Whether an item has an icon.
102 // Returns an empty icon.
167 // Append a submenu with an icon to this menu
169 // Unless the icon is empty, calling this function forces the Menu class
173 const gfx::ImageSkia& icon);
177 const gfx::ImageSkia& icon) = 0;
193 // Appends a menu item with an icon. This is for the menu item which
194 // needs an icon. Calling this function forces the Menu class to draw
198 const gfx::ImageSkia& icon);
    [all...]
  /external/chromium/chrome/browser/
content_setting_image_model.h 15 // This model provides data (icon ids and tooltip) for the content setting icons
26 // update its visibility, icon and tooltip.
34 // Returns the resource ID of a string to show when the icon appears, or 0 if
42 void set_icon(int icon) { icon_ = icon; }
  /external/chromium/chrome/browser/ui/gtk/extensions/
extension_installed_bubble_gtk.h 26 // BROWSER_ACTION -> The browserAction icon in the toolbar.
27 // PAGE_ACTION -> A preview of the page action icon in the location
30 // don't specify a default icon.
48 // is the browser window which will host the bubble. |icon| is the install
49 // icon of the extension.
51 const Extension* extension, Browser *browser, const SkBitmap& icon);
58 const SkBitmap& icon);
  /external/chromium/chrome/browser/ui/views/extensions/
extension_installed_bubble.h 24 // BROWSER_ACTION -> The browserAction icon in the toolbar.
25 // PAGE_ACTION -> A preview of the pageAction icon in the location
28 // don't specify a default icon.
46 // is the browser window which will host the bubble. |icon| is the install
47 // icon of the extension.
49 const Extension* extension, Browser *browser, const SkBitmap& icon);
56 const Extension* extension, Browser *browser, const SkBitmap& icon);
  /external/chromium_org/chrome/browser/resources/print_preview/search/
search_box.css 10 .search-box-icon {
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_app_menu_item_browser.cc 18 const gfx::Image* icon,
21 : ChromeLauncherAppMenuItem(title, icon, has_leading_separator),
chrome_launcher_app_menu_item_tab.cc 16 const gfx::Image* icon,
19 : ChromeLauncherAppMenuItem(title, icon, has_leading_separator),
  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_image_model.h 17 // This model provides data (icon ids and tooltip) for the content setting icons
28 // update its visibility, icon and tooltip.
36 // Returns the resource ID of a string to show when the icon appears, or 0 if
44 void set_icon(int icon) { icon_ = icon; }
  /external/chromium_org/chrome/browser/ui/toolbar/
test_toolbar_model.h 40 void set_icon(int icon) { icon_ = icon; }
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_installed_bubble.h 24 // BROWSER_ACTION -> The browserAction icon in the toolbar.
25 // PAGE_ACTION -> A preview of the pageAction icon in the location
28 // don't specify a default icon.
43 // is the browser window which will host the bubble. |icon| is the install
44 // icon of the extension.
47 const SkBitmap& icon);
53 const SkBitmap& icon);
  /external/chromium_org/chrome/common/
icon_with_badge_image_source.cc 12 const gfx::ImageSkia& icon,
20 icon_(icon),
35 // Draw a badge on the provided browser action icon's canvas.
  /external/chromium_org/ui/app_list/
app_list_item_model.h 23 // AppListItemModel provides icon and title to be shown in a AppListItemView
30 void SetIcon(const gfx::ImageSkia& icon, bool has_shadow);
31 const gfx::ImageSkia& icon() const { return icon_; } function in class:app_list::AppListItemModel
search_box_model.cc 18 void SearchBoxModel::SetIcon(const gfx::ImageSkia& icon) {
19 icon_ = icon;

Completed in 2561 milliseconds

1 2 34 5 6 7 8 91011>>