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

1 2 3 4 5 6 7 891011>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
BrightnessDialog.java 50 final ImageView icon = (ImageView) findViewById(R.id.brightness_icon); local
52 mBrightnessController = new BrightnessController(this, icon, slider);
  /frameworks/base/tests/OneMedia/src/com/android/onemedia/
IPlayerService.aidl 30 void setIcon(in Bitmap icon);
  /frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
ScaleDrawableTests.java 39 protected int icon = R.drawable.bitmap_drawable01; field in class:ScaleDrawableTests
66 png_view.setImageResource(icon);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppLiveFolder.java 68 private static Intent createLiveFolder(Context context, Uri uri, String name, int icon) {
76 .fromContext(context, icon));
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
CorpusView.java 63 public void setIcon(Drawable icon) {
64 mIcon.setImageDrawable(icon);
  /packages/apps/Settings/src/com/android/settings/net/
UidDetailProvider.java 110 detail.icon = pm.getDefaultActivityIcon();
116 detail.icon = pm.getDefaultActivityIcon();
122 detail.icon = pm.getDefaultActivityIcon();
128 detail.icon = pm.getDefaultActivityIcon();
141 detail.icon = Resources.getSystem().getDrawable(
146 detail.icon = Utils.getUserIcon(mContext, um, info);
164 detail.icon = um.getBadgedIconForUser(info.loadIcon(pm),
183 detail.icon = um.getBadgedIconForUser(appInfo.loadIcon(pm), userHandle);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardIconsSet.java 32 public static final String PREFIX_ICON = "!icon/";
61 // Icon name to icon id map.
113 final Drawable icon = keyboardAttrs.getDrawable(attrId); local
114 setDefaultBounds(icon);
116 mIcons[iconId] = icon;
119 Log.w(TAG, "Drawable resource for icon #"
139 throw new RuntimeException("unknown icon name: " + name);
147 throw new RuntimeException("unknown icon name: " + name);
154 throw new RuntimeException("unknown icon id: " + getIconName(iconId))
    [all...]
  /external/chromium_org/ash/frame/caption_buttons/
frame_caption_button.cc 19 // The duration of the fade out animation of the old icon during a crossfade
29 CaptionButtonIcon icon)
31 icon_(icon),
48 void FrameCaptionButton::SetImages(CaptionButtonIcon icon,
56 if (icon == icon_ &&
68 icon_ = icon;
frame_caption_button_container_view.cc 75 CaptionButtonIcon icon,
80 button_icon_id_map_[icon] = ButtonIconIds(icon_image_id,
88 if (buttons[i]->icon() == icon) {
89 buttons[i]->SetImages(icon,
159 CaptionButtonIcon icon,
164 if (button->icon() == icon &&
172 button_icon_id_map_.find(icon);
174 button->SetImages(icon,
    [all...]
  /external/chromium_org/ui/views/corewm/
cursor_height_provider_win.cc 83 ICONINFO icon = {0}; local
84 GetIconInfo(cursor_handle, &icon);
88 if (GetDIBits(hdc, icon.hbmMask, 0, 0, NULL, &bitmap_info, DIB_RGB_COLORS) ==
104 PixelData data(GetBitmapData(icon.hbmMask, bitmap_info, hdc));
118 return bitmap_info.bmiHeader.biHeight - i - icon.yHotspot;
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
ResolveCache.java 104 * MIME-type, along with a {@link SoftReference} to its icon.
108 public Drawable icon; field in class:ResolveCache.Entry
147 final Drawable icon = bestResolve.loadIcon(mPackageManager); local
150 entry.icon = icon;
163 * <strong>only</strong> used for selecting a default icon for
204 * Return the best icon for the given {@link Action}, which is usually
209 return getEntry(mimeType, intent).icon;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
ManageCacheDrawer.java 95 ResourceTexture icon; local
97 icon = mLocalAlbumIcon;
99 icon = mCheckedItem;
101 icon = mUnCheckedItem;
104 // show the icon in right bottom
107 icon.draw(canvas, width - m - s, height - s, s, s);
  /external/chromium_org/ash/system/chromeos/network/
network_icon.cc 41 // Struct to pass icon badges to NetworkIconImageSource.
62 // updates and generates the icon. Does nothing if network no longer exists.
88 // Gets the appropriate icon and badges and composites the image.
97 // Cached state of the network when the icon was last generated.
100 // Cached strength index of the network when the icon was last generated.
103 // Cached technology badge for the network when the icon was last generated.
106 // Cached vpn badge for the network when the icon was last generated.
109 // Cached roaming state of the network when the icon was last generated.
112 // Cached portal state of the network when the icon was last generated.
115 // Generated icon image
401 gfx::ImageSkia* icon = rb.GetImageSkiaNamed(IDR_AURA_UBER_TRAY_NETWORK_VPN); local
417 gfx::ImageSkia* icon = local
535 gfx::ImageSkia icon = GetImageForNetwork(connected_network, icon_type); local
541 gfx::ImageSkia* icon = ConnectingVpnImage(animation); local
555 gfx::ImageSkia* icon = ConnectingWirelessImage( local
718 gfx::ImageSkia icon = GetIcon(network, icon_type_, strength_index_); local
744 NetworkIconImpl* icon; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
hs20_supplicant.c 57 struct osu_icon icon[OSU_MAX_ITEMS]; member in struct:osu_provider
228 wpa_msg(wpa_s, MSG_INFO, "RX-HS20-ANQP " MACSTR " Icon Binary File",
232 wpa_dbg(wpa_s, MSG_DEBUG, "HS 2.0: Too short Icon Binary File "
244 wpa_dbg(wpa_s, MSG_DEBUG, "HS 2.0: Too short Icon Binary File "
248 wpa_hexdump_ascii(MSG_DEBUG, "Icon Type", pos + 1, pos[0]);
254 wpa_dbg(wpa_s, MSG_DEBUG, "HS 2.0: Too short Icon Binary File "
263 wpa_dbg(wpa_s, MSG_DEBUG, "HS 2.0: Too short Icon Binary File "
268 wpa_printf(MSG_DEBUG, "Icon Binary Data: %u bytes", data_len);
275 snprintf(fname, sizeof(fname), "%s/osu-icon-%u.%s",
277 png ? "png" : "icon");
316 struct osu_icon *icon = &osu->icon[j]; local
508 struct osu_icon *icon = &osu->icon[j]; local
533 struct osu_icon *icon = &osu->icon[j]; local
650 struct osu_icon *icon = &prov->icon[prov->icon_count]; local
    [all...]
  /external/chromium_org/ui/views/controls/button/
text_button.cc 29 // Default space between the icon and text.
584 void TextButton::SetIcon(const gfx::ImageSkia& icon) {
585 icon_ = icon;
589 void TextButton::SetHoverIcon(const gfx::ImageSkia& icon) {
590 icon_hover_ = icon;
595 void TextButton::SetPushedIcon(const gfx::ImageSkia& icon) {
596 icon_pushed_ = icon;
642 const gfx::ImageSkia& icon = GetImageToPaint(); local
644 if (icon.width() > 0) {
652 : text_bounds.x() - icon.width() - spacing
701 const gfx::ImageSkia& icon = GetImageToPaint(); local
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_install_prompt.h 153 const gfx::Image& icon() const { return icon_; } function in class:ExtensionInstallPrompt::Prompt
154 void set_icon(const gfx::Image& icon) { icon_ = icon; }
185 // The icon to be displayed.
292 SkBitmap* icon,
303 const SkBitmap* icon,
351 SkBitmap* icon);
370 // Sets the icon that will be used in any UI. If |icon| is NULL, or contains
371 // an empty bitmap, then a default icon will be used instead
    [all...]
  /external/chromium_org/chrome/browser/ui/views/infobars/
extension_infobar.cc 43 // The horizontal margin between the infobar icon and the Extension (HTML) view.
48 MenuImageSource(const gfx::ImageSkia& icon, const gfx::ImageSkia& drop_image)
50 icon_(icon),
73 // The margin between the extension icon and the drop-down arrow image.
138 // Wait until the icon image is loaded before showing it.
197 const gfx::ImageSkia* icon = NULL; local
198 // Fall back on the default extension icon on failure.
201 icon = rb.GetImageNamed(IDR_EXTENSIONS_SECTION).ToImageSkia();
203 icon = image.ToImageSkia();
209 gfx::CanvasImageSource* source = new MenuImageSource(*icon, *drop_image)
    [all...]
  /external/chromium_org/ui/app_list/
app_list_folder_item.cc 20 // Generates the folder icon with the top 4 child item icons laid in 2x2 tile.
36 const gfx::ImageSkia& icon,
39 if (icon.isNull())
44 icon, skia::ImageOperations::RESIZE_BEST, icon_size));
99 top_icons.push_back(top_items_[i]->icon());
103 gfx::ImageSkia icon = gfx::ImageSkia( local
106 SetIcon(icon, false);
111 return top_items_[item_index]->icon();
144 // Get the top left icon bounds.
150 // Get the top right icon bounds
    [all...]
  /external/chromium_org/ui/message_center/
notification.h 31 gfx::Image icon; member in struct:message_center::ButtonInfo
61 const gfx::Image& icon,
128 const gfx::Image& icon() const { return icon_; } function in class:message_center::Notification
129 void set_icon(const gfx::Image& icon) { icon_ = icon; }
146 void SetButtonIcon(size_t index, const gfx::Image& icon);
198 const gfx::Image& icon,
212 // Image data for the associated icon, used by Ash when available.
  /frameworks/base/core/java/android/content/pm/
PackageItemInfo.java 34 * a label, icon, and meta-data. This class is not intended
66 * component's icon. From the "icon" attribute or, if not set, 0.
68 public int icon; field in class:PackageItemInfo
79 * displayed by certain UI elements in place of a name or name/icon
92 * If different of UserHandle.USER_NULL, The icon of this item will be the one of that user.
108 icon = orig.icon;
143 * Retrieve the current graphical icon associated with this item. This
144 * will call back on the given PackageManager to load the icon fro
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListFilter.java 58 public final Drawable icon; field in class:ContactListFilter
62 Drawable icon) {
67 this.icon = icon;
75 String dataSet, Drawable icon) {
77 accountName, dataSet, icon);
282 builder.append(", icon: " + icon + "]");
  /packages/apps/Launcher2/src/com/android/launcher2/
IconCache.java 46 public Bitmap icon; field in class:IconCache.CacheEntry
86 // need to set mIconDpi before getting default icon
179 * Fill in "application" with the icon and label for "info."
188 application.iconBitmap = entry.icon;
206 return entry.icon;
218 return entry.icon;
222 public boolean isDefaultIcon(Bitmap icon) {
223 return mDefaultIcon == icon;
248 entry.icon = Utilities.createIconBitmap(info.getBadgedIcon(mIconDpi), mContext);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
CommandQueue.java 77 public void addIcon(String slot, int index, int viewIndex, StatusBarIcon icon);
79 StatusBarIcon old, StatusBarIcon icon);
107 public void setIcon(int index, StatusBarIcon icon) {
111 mHandler.obtainMessage(what, OP_SET_ICON, 0, icon.clone()).sendToTarget();
250 StatusBarIcon icon = (StatusBarIcon)msg.obj; local
253 mList.setIcon(index, icon);
254 mCallbacks.addIcon(mList.getSlot(index), index, viewIndex, icon); local
256 mList.setIcon(index, icon);
258 old, icon); local
  /bootable/recovery/
screen_ui.cpp 87 // Clear the screen and draw the currently selected background icon (if any).
89 void ScreenRecoveryUI::draw_background_locked(Icon icon)
95 if (icon) {
96 gr_surface surface = backgroundIcon[icon];
97 if (icon == INSTALLING_UPDATE || icon == ERASING) {
100 gr_surface text_surface = backgroundText[icon];
140 gr_surface icon = installation[installingFrame]; local
141 gr_blit(icon, 0, 0, gr_get_width(icon), gr_get_height(icon), iconX, iconY)
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebHistoryItemTest.java 43 public synchronized void onReceivedIcon(WebView webview, Bitmap icon) {
112 Bitmap icon = mOnUiThread.getFavicon(); local
113 assertTrue(icon.sameAs(item.getFavicon()));

Completed in 847 milliseconds

1 2 3 4 5 6 7 891011>>