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

<<11121314151617181920>>

  /frameworks/base/services/input/
PointerController.h 175 void setPointerIcon(const SpriteIcon& icon);
200 void updateSprite(const SpriteIcon* icon, float x, float y);
  /packages/apps/Browser/tests/src/com/android/browser/
TestWebChromeClient.java 60 public void onReceivedIcon(WebView view, Bitmap icon) {
61 mWrappedClient.onReceivedIcon(view, icon);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
CorporaAdapter.java 144 Drawable icon = getCorpusIcon(corpus); local
148 view.setIcon(icon);
  /packages/apps/Settings/src/com/android/settings/accounts/
SyncSettings.java 151 final Drawable icon = getDrawableForType(account.type); local
153 new AccountPreference(getActivity(), account, icon, auths, true);
  /external/chromium/chrome/browser/first_run/
try_chrome_dialog_view.cc 62 views::ImageView* icon = new views::ImageView(); local
63 icon->SetImage(*rb.GetBitmapNamed(IDR_PRODUCT_ICON_32));
64 gfx::Size icon_size = icon->GetPreferredSize();
91 // First row: [icon][pad][text][button].
130 layout->AddView(icon);
  /external/chromium/chrome/browser/sidebar/
sidebar_container.h 26 // tab it is linked to, mini tab icon, title etc.
66 // Accessor for the icon.
67 const SkBitmap& icon() const { return *icon_; } function in class:SidebarContainer
89 // Changes sidebar's icon.
141 // Icon displayed on the sidebar's mini tab.
152 // Since the default icon (specified in the extension manifest) is loaded
153 // asynchronously, sidebar icon can already be set by the extension
155 // icon should be used or discarded.
  /external/chromium/chrome/browser/ui/cocoa/
history_menu_bridge.h 75 scoped_nsobject<NSImage> icon; member in struct:HistoryMenuBridge::HistoryItem
77 // If the icon is being requested from the FaviconService, |icon_requested|
81 // The Handle given to us by the FaviconService for the icon fetch request.
182 // an icon. The callback will update the NSMenuItem directly.
  /external/chromium/chrome/browser/ui/toolbar/
back_forward_menu_model.h 58 virtual bool GetIconAt(int index, SkBitmap* icon);
157 // Returns true if there is an icon for this menu item.
193 // Used for receiving notifications when an icon is changed.
  /external/chromium/chrome/browser/ui/views/
page_info_bubble_view.cc 149 const SkBitmap* icon = *model_.GetIconImage(info.icon_id); local
150 layout->AddView(new Section(this, info, icon, cert_id_ > 0));
175 const SkBitmap* icon = *model_.GetIconImage(info.icon_id); local
176 Section section(this, info, icon, cert_id_ > 0);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_error_handler.js 67 * badges the browser action icon.
76 // Badge the popup icon.
  /external/webkit/Source/WebCore/rendering/
RenderFileUploadControl.cpp 32 #include "Icon.h"
193 - (m_fileChooser->icon() ? iconWidth + iconFilenameSpacing : 0));
237 + (m_fileChooser->icon() ? iconWidth + iconFilenameSpacing : 0);
254 if (m_fileChooser->icon()) {
255 // Determine where the icon should be placed
263 // Draw the file icon
264 m_fileChooser->icon()->paint(paintInfo.context, IntRect(iconX, iconY, iconWidth, iconHeight));
  /external/webkit/Source/WebKit/gtk/webkit/
webkitsoupauthdialog.c 205 GtkWidget* icon; local
251 icon = gtk_image_new_from_stock(GTK_STOCK_DIALOG_AUTHENTICATION,
254 gtk_misc_set_alignment(GTK_MISC(icon), 0.5, 0.0);
255 gtk_box_pack_start(GTK_BOX(hbox), icon, FALSE, FALSE, 0); local
  /frameworks/base/core/java/android/view/
MenuItem.java 57 * it also has an icon specified.
197 * Change the icon associated with this item. This icon will not always be
201 * @param icon The new icon (as a Drawable) to be displayed.
204 public MenuItem setIcon(Drawable icon);
207 * Change the icon associated with this item. This icon will not always be
211 * This method will set the resource ID of the icon which will be used to
214 * @param iconRes The new icon (as a resource ID) to be displayed
    [all...]
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ui/
DirListActivity.java 154 * A custom adapter that sets the proper icon and label in the list view.
175 ImageView icon = (ImageView)row.findViewById(R.id.icon); local
177 icon.setImageResource(R.drawable.folder);
179 icon.setImageResource(R.drawable.runtest);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ListActivity.java 121 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon),
TransparentListActivity.java 115 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon),
ViewLayersActivity2.java 62 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon),
ViewLayersActivity4.java 66 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon),
ViewLayersActivity5.java 72 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon),
  /frameworks/ex/chips/src/com/android/ex/chips/
SingleRecipientArrayAdapter.java 56 ImageView imageView = (ImageView) view.findViewById(android.R.id.icon);
  /packages/apps/Contacts/src/com/android/contacts/
SplitAggregateView.java 50 * A list view for constituent contacts of an aggregate. Shows the contact name, source icon
253 Drawable icon = null; local
256 icon = accountType.getDisplayIcon(getContext());
258 if (icon != null) {
259 cache.sourceIcon.setImageDrawable(icon);
  /packages/apps/Contacts/src/com/android/contacts/group/
SuggestedMemberListAdapter.java 137 ImageView icon = (ImageView) result.findViewById(R.id.icon); local
146 icon.setImageResource(R.drawable.ic_contact_picture_holo_light);
149 icon.setImageBitmap(bitmap);
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsRejectedReceiver.java 67 notification.icon = R.drawable.stat_sys_no_sim;
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
BalloonHint.java 149 * @param icon The icon used to shown in this balloon.
157 public void setBalloonConfig(Drawable icon, int width, int height) {
158 mBalloonView.setIcon(icon);
343 * The icon to be shown. If it is not null, {@link #mLabel} will be
372 public void setIcon(Drawable icon) {
373 mIcon = icon;
378 // Icon should be cleared so that the label will be enabled.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
RunLintAction.java 192 ImageDescriptor icon = ImageDescriptor.createFromImage(provider.getImage(p)); local
194 LintMenuAction projectAction = new LintMenuAction(label, icon, false, p);
203 ImageDescriptor icon = ImageDescriptor.createFromImage(provider.getImage(file)); local
204 IAction fileAction = new LintMenuAction("Check Current File", icon, false, file);
246 * @param descriptor the icon

Completed in 1718 milliseconds

<<11121314151617181920>>