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

  /packages/apps/Mms/src/com/android/mms/ui/
RecipientListActivity.java 146 QuickContactBadge badge = (QuickContactBadge)listItemView.findViewById(R.id.avatar); local
148 badge.assignContactUri(contact.getUri());
150 badge.assignContactFromPhone(contact.getNumber(), true);
153 badge.setImageDrawable(avatarDrawable);
  /external/chromium/chrome/browser/ui/gtk/
browser_toolbar_gtk.cc 380 // Redraw the wrench menu to update the badge.
630 const SkBitmap* badge = NULL; local
632 badge = theme_service_->GetBitmapNamed(IDR_UPDATE_BADGE);
640 sender->allocation.width - badge->width();
643 *badge,
  /external/chromium/chrome/browser/ui/views/
toolbar_view.cc 74 // Top margin for the wrench menu badges (badge is placed in the upper right
690 // Keep track of whether we were showing the badge before, so we don't send
707 SkBitmap badge; local
708 // Only one badge can be active at any given time. The Upgrade notification
709 // is deemed most important, then the DLL conflict badge.
711 badge = *tp->GetBitmapNamed(GetUpgradeRecommendedBadge());
716 badge = *tp->GetBitmapNamed(IDR_CONFLICT_BADGE);
725 canvas->DrawBitmapInt(badge, icon.width() - badge.width(), kBadgeTopMargin);
  /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 1202 QuickContactBadge badge = (QuickContactBadge) view; local
    [all...]
  /external/chromium/chrome/browser/chromeos/status/
network_menu.cc 358 const SkBitmap* badge = ethernet_connecting || ethernet_connected ? local
365 NetworkMenu::IconForDisplay(icon, badge), std::string(),
401 const SkBitmap* badge = wifi_networks[i]->encrypted() ? local
413 NetworkMenu::IconForDisplay(icon, badge),
474 const SkBitmap* badge = NetworkMenu::BadgeForNetworkTechnology( local
488 NetworkMenu::IconForDisplay(icon, badge, roaming_badge,
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java 951 QuickContactBadge badge = (QuickContactBadge) result.findViewById(R.id.badge); local
    [all...]

Completed in 168 milliseconds