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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/chrome/browser/ui/views/status_icons/
status_icon_linux_wrapper.cc 26 void StatusIconLinuxWrapper::DisplayBalloon(const gfx::ImageSkia& icon,
29 notification_.DisplayBalloon(icon, title, contents);
status_icon_win.h 27 // Constructor which provides this icon's unique ID and messaging window.
39 // Re-creates the status tray icon now after the taskbar has been created.
49 virtual void DisplayBalloon(const gfx::ImageSkia& icon,
60 // The unique ID corresponding to this icon.
63 // Window used for processing messages from this icon.
66 // The message identifier used for status icon messages.
69 // The currently-displayed icon for the window.
72 // The currently-displayed icon for the notification balloon.
78 // Context menu associated with this icon (if any).
87 // Constructor which provides this icon's unique ID and messaging window
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_info_ui.cc 71 // Set the icon URL.
72 GURL icon = local
77 source_->AddString("icon", UTF8ToUTF16(icon.spec()));
  /external/chromium_org/chrome/common/extensions/docs/examples/api/browserAction/set_icon_path/
background.js 10 chrome.browserAction.setIcon({path:"icon" + current + ".png"});
  /external/chromium_org/ui/app_list/
app_list_item_model.cc 21 void AppListItemModel::SetIcon(const gfx::ImageSkia& icon, bool has_shadow) {
22 icon_ = icon;
search_result.cc 31 void SearchResult::SetIcon(const gfx::ImageSkia& icon) {
32 icon_ = icon;
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_wm.c 38 void ph_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask)
44 void ph_SetCaption(_THIS, const char *title, const char *icon)
  /frameworks/base/core/java/com/android/internal/statusbar/
IStatusBar.aidl 25 void setIcon(int index, in StatusBarIcon icon);
  /frameworks/base/core/java/com/android/internal/view/menu/
ContextMenuBuilder.java 46 public ContextMenu setHeaderIcon(Drawable icon) {
47 return (ContextMenu) super.setHeaderIconInt(icon);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardMultiUserAvatar.java 76 KeyguardMultiUserAvatar icon = (KeyguardMultiUserAvatar) local
79 icon.init(info, userSelector);
80 return icon;
132 Bitmap icon = null; local
134 icon = mUserManager.getUserIcon(user.id);
136 if (DEBUG) Log.d(TAG, "failed to get profile icon " + user, e);
139 if (icon == null) {
140 icon = BitmapFactory.decodeResource(mContext.getResources(),
144 mFramed = new KeyguardCircleFramedDrawable(icon, (int) mIconSize, mFrameColor, mStroke,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
TaskDescription.java 33 private Drawable mIcon; // application package icon
84 public void setIcon(Drawable icon) {
85 mIcon = 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/Launcher2/src/com/android/launcher2/
IconCache.java 43 public Bitmap icon; field in class:IconCache.CacheEntry
62 // need to set mIconDpi before getting default icon
150 * Fill in "application" with the icon and label for "info."
158 application.iconBitmap = entry.icon;
172 return entry.icon;
184 return entry.icon;
188 public boolean isDefaultIcon(Bitmap icon) {
189 return mDefaultIcon == icon;
213 entry.icon = Utilities.createIconBitmap(
224 set.put(cn, e.icon);
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
CorpusView.java 63 public void setIcon(Drawable icon) {
64 mIcon.setImageDrawable(icon);
  /external/chromium/chrome/browser/chromeos/
setting_level_bubble.cc 96 SkBitmap* icon = increase_icon_; local
98 icon = zero_icon_;
100 icon = decrease_icon_;
108 view_->Init(icon, previous_percent_);
125 view_->SetIcon(icon);
  /external/chromium/chrome/browser/ui/views/infobars/
extension_infobar.cc 144 SkBitmap* icon = image;
145 // Fall back on the default extension icon on failure.
148 icon = rb.GetBitmapNamed(IDR_EXTENSIONS_SECTION);
153 // The margin between the extension icon and the drop-down arrow bitmap.
158 canvas->DrawBitmapInt(*icon, 0, 0, icon->width(), icon->height(), 0, 0,
  /external/chromium_org/chrome/browser/ui/gtk/
validation_message_bubble_gtk.cc 90 GtkWidget* icon = gtk_image_new(); local
91 gtk_misc_set_alignment(GTK_MISC(icon), 0.5, 0);
92 gtk_misc_set_padding(GTK_MISC(icon), kPadding, kPadding);
96 gtk_image_set_from_pixbuf(GTK_IMAGE(icon), pixbuf);
99 gtk_container_add(GTK_CONTAINER(icon_text_box), icon); local
  /external/chromium_org/ui/message_center/
notification.cc 48 const gfx::Image& icon,
57 icon_(icon),
111 void Notification::SetButtonIcon(size_t index, const gfx::Image& icon) {
114 optional_fields_.buttons[index].icon = icon;
  /frameworks/base/core/java/android/appwidget/
AppWidgetProviderInfo.java 152 * The icon to display for this AppWidget in the AppWidget picker. If not supplied in the
153 * xml, the application icon will be used.
155 * <p>This field corresponds to the <code>android:icon</code> attribute in
158 public int icon; field in class:AppWidgetProviderInfo
170 * If not supplied, the AppWidget's icon will be used.
219 this.icon = in.readInt();
247 out.writeInt(this.icon);
267 that.icon = this.icon;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationData.java 36 public StatusBarIconView icon; field in class:NotificationData.Entry
47 this.icon = ic;
114 View content, View expanded, StatusBarIconView icon) {
121 entry.icon = 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/chrome/browser/ui/views/extensions/
extension_installed_bubble.cc 54 // 4px to align with icon.
70 const SkBitmap& icon,
72 ExtensionInstalledBubble::Show(extension, browser, icon);
78 // ExtensionInstalledBubble. It displays the install icon and explanatory
85 SkBitmap* icon)
93 gfx::Size size(icon->width(), icon->height());
98 icon_->SetImage(*icon);
238 const SkBitmap& icon) {
239 new ExtensionInstalledBubble(extension, browser, icon);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
FolderIcon.java 50 * An icon that can appear on in the workspace representing an {@link UserFolder}.
138 FolderIcon icon = (FolderIcon) LayoutInflater.from(launcher).inflate(resId, group, false); local
139 icon.setClipToPadding(false);
140 icon.mFolderName = (BubbleTextView) icon.findViewById(R.id.folder_icon_name);
141 icon.mFolderName.setText(folderInfo.title);
142 icon.mPreviewBackground = (ImageView) icon.findViewById(R.id.preview_background);
147 (LinearLayout.LayoutParams) icon.mPreviewBackground.getLayoutParams();
152 icon.setTag(folderInfo)
    [all...]
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_result_view.cc 36 // The minimum distance between the top and bottom of the {icon|text} and the
239 int icon = match_.starred ? local
242 switch (icon) {
244 icon = IDR_OMNIBOX_EXTENSION_APP_SELECTED;
247 icon = IDR_OMNIBOX_HTTP_SELECTED;
250 icon = IDR_OMNIBOX_HISTORY_SELECTED;
253 icon = IDR_OMNIBOX_SEARCH_SELECTED;
256 icon = IDR_OMNIBOX_STAR_SELECTED;
263 return ResourceBundle::GetSharedInstance().GetBitmapNamed(icon);
503 const SkBitmap* icon = GetIcon() local
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
NotificationCompat.java 123 jbBuilder.addAction(action.icon, action.title, action.actionIntent);
252 * Set the small icon to use in the notification layouts. Different classes of devices
256 * @param icon A resource ID in the application's package of the drawble to use.
258 public Builder setSmallIcon(int icon) {
259 mNotification.icon = icon;
265 * level parameter for when the icon is a {@link android.graphics.drawable.LevelListDrawable
268 * @param icon A resource ID in the application's package of the drawble to use.
269 * @param level The level to use for the icon.
273 public Builder setSmallIcon(int icon, int level)
820 public int icon; field in class:NotificationCompat.Action
    [all...]

Completed in 1283 milliseconds

1 2 3 4 5 6 7 891011>>