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

  /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
EditEventHelper.java 211 public AttendeeItem(Attendee attendee, Drawable badge) {
213 mBadge = badge;
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
QuickContactsDemo.java 92 cache.photoView = (QuickContactBadge) view.findViewById(R.id.badge);
  /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...]
network_menu.h 229 // Returns the Badge for a given network technology.
231 // Returns NULL if not badge is needed.
234 // Returns the Badge for a given network roaming status.
235 // This returns "R" badge if network is in roaming state, otherwise
236 // returns NULL. Badge is supposed to be shown on top right of the icon.
238 // Returns the badge for the given network if it's active with vpn.
241 // badge will be returned, otherwise returns null.
242 // Badge is supposed to be shown on in bottom left corner of the icon.
247 // If |badge| icon is not NULL, it will be drawn on top of the icon in
249 static SkBitmap IconForDisplay(const SkBitmap* icon, const SkBitmap* badge);
    [all...]
  /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);
  /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/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_error_handler.js 15 * changes the extensions badge to reflect the error state (yellow for
76 // Badge the popup icon.
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java 947 QuickContactBadge badge = (QuickContactBadge) result.findViewById(R.id.badge); local
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java 1101 QuickContactBadge badge = (QuickContactBadge) view; local
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageViewFragmentBase.java 295 mFromBadge = (ImageView) UiUtilities.getView(view, R.id.badge);
    [all...]

Completed in 277 milliseconds