HomeSort by relevance Sort by last modified time
    Searched refs:icon (Results 251 - 275 of 1109) sorted by null

<<11121314151617181920>>

  /external/chromium_org/ui/app_list/views/
top_icon_animation_view.h 18 // Observer for top icon animation completion.
21 // Called when top icon animation completes.
37 // |icon|: The icon image of the item icon of full scale size.
38 // |scaled_rect|: Bounds of the small icon inside folder icon.
41 TopIconAnimationView(const gfx::ImageSkia& icon,
49 // When opening a folder, transform the top item icon from the small icon
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_syswm.cc 31 void BE_SetWMCaption(_THIS, const char *title, const char *icon)
  /frameworks/base/libs/input/
SpriteController.h 55 * Icon that a sprite displays, including its hotspot.
104 virtual void setIcon(const SpriteIcon& icon) = 0;
186 SpriteIcon icon; member in struct:android::SpriteController::SpriteState
201 return visible && alpha > 0.0f && icon.isValid();
219 virtual void setIcon(const SpriteIcon& icon);
  /frameworks/base/media/java/android/media/
MediaDescription.java 44 * A bitmap icon suitable for display or null.
48 * A Uri for an icon suitable for display or null.
57 CharSequence description, Bitmap icon, Uri iconUri, Bundle extras) {
62 mIcon = icon;
113 * Returns a bitmap icon suitable for display or null.
115 * @return An icon or null.
122 * Returns a Uri for an icon suitable for display or null.
124 * @return An icon uri or null.
237 * Sets the icon.
239 * @param icon A {@link Bitmap} icon suitable for display to the user o
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
Task.java 127 public Bitmap icon; field in class:Task
137 boolean lockToThisTask, boolean lockToTaskEnabled, Bitmap icon,
152 this.icon = icon;
  /frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
VectorDrawableDupPerf.java 20 icon = new int[]{
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapEmailSettingsItem.java 40 public BluetoothMapEmailSettingsItem(String id, String name, String packageName, String authority, Drawable icon) {
42 this.mIcon = icon;
137 public void setIcon(Drawable icon) {
138 this.mIcon = icon;
  /packages/apps/Launcher3/protos/
backup.proto 26 ICON = 3;
66 optional bytes icon = 18;
83 optional Resource icon = 4;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
ViewElementDescriptor.java 176 * Returns an optional icon for the element.
178 * By default this tries to return an icon based on the XML name of the element.
179 * If this fails, it tries to return the default element icon as defined in the
182 * @return An icon for this element or null.
199 Image icon = factory.getIcon(name); local
200 if (icon == null) {
201 icon = AdtPlugin.getAndroidLogo();
204 return icon;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LintOverlay.java 34 * The {@link LintOverlay} paints an icon over each view that contains at least one
35 * lint error (unless the view is smaller than the icon)
70 Image icon = getWarningIcon(); local
71 ImageData imageData = icon.getImageData();
114 icon = isError ? getErrorIcon() : getWarningIcon();
116 gc.drawImage(icon, x, y);
  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_action_view.cc 214 gfx::ImageSkia icon = *icon_factory_.GetIcon(tab_id).ToImageSkia(); local
216 if (!icon.isNull()) {
218 icon = gfx::ImageSkiaOperations::CreateTransparentImage(icon, .25);
225 gfx::ImageSkiaOperations::CreateSuperimposedImage(bg, icon));
229 gfx::ImageSkiaOperations::CreateSuperimposedImage(bg_h, icon));
233 gfx::ImageSkiaOperations::CreateSuperimposedImage(bg_p, icon));
379 gfx::ImageSkia icon = *icon_factory_.GetIcon(tab_id).ToImageSkia(); local
381 icon = gfx::ImageSkiaOperations::CreateTransparentImage(icon, .25)
    [all...]
  /packages/apps/Settings/src/com/android/settings/
HomeSettings.java 194 Drawable icon = info.loadIcon(mPm); local
200 icon, name, this, info, false /* not enabled */,
204 icon, name, this, info, true /* enabled */, null);
298 int i, Drawable icon, CharSequence title, HomeSettings parent, ActivityInfo info,
302 setIcon(icon);
355 ImageView icon = (ImageView) view.findViewById(R.id.home_app_uninstall); local
357 icon.setEnabled(false);
358 icon.setColorFilter(grayscaleFilter);
360 icon.setEnabled(true);
361 icon.setOnClickListener(mDeleteClickListener)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ActionBarUsage.java 60 Drawable icon = menu.findItem(mSortMode).getIcon(); local
61 menu.findItem(R.id.action_sort).setIcon(icon);
77 // Request a call to onPrepareOptionsMenu so we can change the sort icon
  /development/samples/Support7Demos/src/com/example/android/supportv7/app/
ActionBarUsage.java 62 Drawable icon = menu.findItem(mSortMode).getIcon(); local
63 menu.findItem(R.id.action_sort).setIcon(icon);
79 // Request a call to onPrepareOptionsMenu so we can change the sort icon
  /external/chromium_org/ash/frame/caption_buttons/
frame_caption_button_container_view.h 69 // Sets the resource ids of the images to paint the button for |icon|. The
71 // |icon| even if none of the buttons currently use |icon|.
72 void SetButtonImages(CaptionButtonIcon icon,
117 // Sets |button|'s icon to |icon|. If |animate| is ANIMATE_YES, the button
118 // will crossfade to the new icon. If |animate| is ANIMATE_NO and
119 // |icon| == |button|->icon(), the crossfade animation is progressed to the
122 CaptionButtonIcon icon,
    [all...]
  /external/chromium_org/base/win/
shortcut.h 78 icon = icon_in;
104 // The path to the icon (can be a dll or exe, in which case |icon_index| is
106 FilePath icon; member in struct:base::win::ShortcutProperties
  /external/chromium_org/chrome/browser/drive/
drive_app_registry.cc 165 const google_apis::DriveAppIcon& icon = *app.icons()[j]; local
166 if (icon.icon_url().is_empty())
168 if (icon.category() == google_apis::DriveAppIcon::APPLICATION)
169 app_icons.push_back(std::make_pair(icon.icon_side_length(),
170 icon.icon_url()));
171 if (icon.category() == google_apis::DriveAppIcon::DOCUMENT)
172 document_icons.push_back(std::make_pair(icon.icon_side_length(),
173 icon.icon_url()));
  /external/chromium_org/chrome/browser/notifications/
notification.h 23 // data url converted from text + icon data. On Ash they are rendered as
24 // formated text and icon data.
38 // Initializes a notification with text content and an icon image. Currently
41 const gfx::Image& icon,
54 const gfx::Image& icon,
72 // A url for the icon to be shown (optional).
100 // URL for the icon associated with the notification. Requires delegate_
  /external/chromium_org/chrome/browser/profiles/
profile_list_desktop.cc 47 gfx::Image icon = profile_info_->GetAvatarIconOfProfileAtIndex(i); local
50 icon);
  /external/chromium_org/chrome/browser/status_icons/
status_icon_menu_model.h 22 // model state has changed and can tell the status icon to update the menu. This
69 // refresh the label, sublabel and icon of the menu item each time the menu is
74 void ChangeIconForCommandId(int command_id, const gfx::Image& icon);
88 virtual bool GetIconForCommandId(int command_id, gfx::Image* icon) const
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_models.h 47 const gfx::Image& icon);
61 const gfx::Image& icon);
  /external/chromium_org/chrome/browser/ui/extensions/
extension_installed_bubble.cc 37 const SkBitmap& icon)
41 icon_(icon),
  /external/chromium_org/skia/ext/
skia_utils_mac.h 100 SK_API NSImage* SkBitmapToNSImageWithColorSpace(const SkBitmap& icon,
106 SK_API NSImage* SkBitmapToNSImage(const SkBitmap& icon);
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
Notification.idl 54 readonly attribute DOMString icon;
  /external/chromium_org/ui/app_list/
app_list_item.h 29 // AppListItem provides icon and title to be shown in a AppListItemView
36 void SetIcon(const gfx::ImageSkia& icon, bool has_shadow);
37 const gfx::ImageSkia& icon() const { return icon_; } function in class:app_list::AppListItem
86 // to update icon overlays.

Completed in 529 milliseconds

<<11121314151617181920>>