HomeSort by relevance Sort by last modified time
    Searched defs:badge (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/ui/app_list/search/webstore/
webstore_result.cc 42 // BadgedImageSource adds a webstore badge to a webstore app icon.
52 const gfx::ImageSkia& badge = *ui::ResourceBundle::GetSharedInstance(). variable
55 badge, icon_.width() - badge.width(), icon_.height() - badge.height());
  /packages/apps/Mms/src/com/android/mms/ui/
RecipientListActivity.java 147 QuickContactBadge badge = (QuickContactBadge)listItemView.findViewById(R.id.avatar); local
149 badge.assignContactUri(contact.getUri());
151 badge.assignContactFromPhone(contact.getNumber(), true);
154 badge.setImageDrawable(avatarDrawable);
  /external/chromium_org/chrome/browser/ui/views/profiles/
avatar_menu_bubble_view.cc 86 const gfx::ImageSkia& badge);
96 const gfx::ImageSkia& badge);
107 const gfx::ImageSkia& badge)
108 : gfx::CanvasImageSource(ComputeSize(icon, icon_size, badge), false),
111 badge_(badge) {
126 const gfx::ImageSkia& badge) {
128 int width = icon_size.width() + badge.width() * kBadgeOverlapRatioX;
130 int height = icon_size.height() + badge.height() * kBadgeOverlapRatioY;
392 const gfx::ImageSkia* badge = NULL; local
395 badge = rb->GetImageSkiaNamed(IDR_PROFILE_SELECTED)
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
AttendeesView.java 206 final QuickContactBadge badgeView = (QuickContactBadge) view.findViewById(R.id.badge);
208 Drawable badge = null; local
211 badge = mRecycledPhotos.get(item.mAttendee.mEmail);
213 if (badge != null) {
214 item.mBadge = badge;
260 // photo instead of the default badge thus prevent switching between the two while the
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java 1221 QuickContactBadge badge = (QuickContactBadge) view; local
    [all...]
  /external/chromium_org/ash/system/chromeos/network/
network_icon.cc 82 // Updates the VPN badge. Returns true if changed.
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.
419 gfx::ImageSkia* badge = local
424 *badge,
689 // For networks that are always in roaming don't show roaming badge.
708 gfx::ImageSkia* badge = rb.GetImageSkiaNamed( local
712 badges->bottom_right = badge;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java 961 QuickContactBadge badge = (QuickContactBadge) result.findViewById(R.id.badge); local
    [all...]

Completed in 246 milliseconds