HomeSort by relevance Sort by last modified time
    Searched full:badge (Results 51 - 75 of 167) sorted by null

1 23 4 5 6 7

  /external/chromium/chrome/browser/sidebar/
sidebar_container.h 63 // Accessor for the badge text.
86 // Changes sidebar's badge text.
138 // Badge text displayed on the sidebar's mini tab.
  /external/chromium/chrome/common/extensions/
extension_action_unittest.cc 90 // badge text
103 // badge text color
116 // badge background color
  /external/chromium_org/chrome/browser/extensions/
extension_action_unittest.cc 75 << "Making a script badge invisible should not show its animation.";
78 << "Making a script badge visible should show its animation.";
120 TEST(ExtensionActionTest, Badge) {
  /external/chromium_org/chrome/browser/ui/views/
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;
383 const gfx::ImageSkia* badge = NULL; local
386 badge = rb->GetImageSkiaNamed(IDR_PROFILE_SELECTED)
    [all...]
browser_action_view.h 40 // BrowserActionButton, as well as the logic to paint the badge.
74 // Gets browser action button icon with the badge.
83 // Overridden from views::View to paint the badge on top of children.
  /frameworks/base/docs/html/distribute/googleplay/promote/
badge-files.jd 1 page.title=Google Play Badge Files
263 <li>Do not modify the color, proportions, spacing or any other aspect of the badge image.
267 <li>When used online, the badge should link to either:
284 <p>To quickly create a badge that links to your apps on Google Play,
286 href="{@docRoot}distribute/googleplay/promote/badges.html">Googe Play badge generator</a>.</p>
  /frameworks/base/docs/html/distribute/googleplay/about/
visibility.jd 199 <p>Apps chosen for <em>Editors? Choice</em> also receive a badge that is
205 <p>Top Developer is a badge recognizing established, respected developers for
208 Developer badge from time to time, based on the cumulative work of the
211 <p>The Top Developer badge appears next to the developer name wherever it is
212 displayed in Google Play. For a developer, the badge means long-term recognition
213 of all of your apps. For users, the badge signifies an additional level of trust
  /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
  /external/chromium/chrome/browser/ui/cocoa/extensions/
browser_action_button.h 74 // Returns a pointer to an autoreleased NSImage with the badge, shadow and
  /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/common/extensions/docs/examples/extensions/calendar/javascript/
background.js 14 // Message shown in badge title when no title is given to an event.
66 * Calendar. This animates the badge text with a dot that cycles from left to
78 * Paints the badge text area while loading the data.
121 * rotates the icon and defines the badge text and title.
133 this.RED = [208, 0, 24, 255]; //Badge color of extension icon in RGB format.
135 this.currentBadge_ = null; // The text in the current badge.
180 * Draws the event icon and determines the badge title and icon title.
242 * Gets the badge text.
244 * @return {String} text Badge text to be shown in extension icon.
  /external/chromium_org/ash/system/chromeos/network/
network_icon.h 32 // show the VPN badge. This caches badged icons per network per |icon_type|.
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
browser_action_button.h 66 // Returns a pointer to an autoreleased NSImage with the badge, shadow and
  /external/chromium_org/chrome/browser/ui/views/location_bar/
script_bubble_icon_view.cc 39 gfx::Size requested_size(19, 19); // Icon is only 16x16, too small to badge.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
background.js 14 // Message shown in badge title when no title is given to an event.
66 * Calendar. This animates the badge text with a dot that cycles from left to
78 * Paints the badge text area while loading the data.
121 * rotates the icon and defines the badge text and title.
133 this.RED = [208, 0, 24, 255]; //Badge color of extension icon in RGB format.
135 this.currentBadge_ = null; // The text in the current badge.
180 * Draws the event icon and determines the badge title and icon title.
242 * Gets the badge text.
244 * @return {String} text Badge text to be shown in extension icon.
  /packages/apps/Calendar/res/layout/
contact_item.xml 52 android:id="@+id/badge"
  /packages/apps/Calendar/res/layout-sw600dp/
contact_item.xml 52 android:id="@+id/badge"
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogListItemViews.java 33 /** The quick contact badge for the contact. */
  /external/chromium/chrome/browser/ui/cocoa/
dock_icon.mm 9 // The fraction of the size of the dock icon that the badge is.
12 // The indentation of the badge.
  /external/chromium_org/chrome/browser/extensions/api/commands/
command_service.h 83 // Gets the command (if any) for the script badge of an extension given
86 // badge. Returns false if the command is not active and |type| requested
  /external/chromium_org/chrome/browser/ui/cocoa/
dock_icon.mm 17 // The fraction of the size of the dock icon that the badge is.
20 // The indentation of the badge.
  /frameworks/base/core/res/res/layout/
search_view.xml 28 <!-- This is actually used for the badge icon *or* the badge label (or neither) -->
  /frameworks/support/v7/appcompat/res/layout/
abc_search_view.xml 28 <!-- This is actually used for the badge icon *or* the badge label (or neither) -->
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LintOverlay.java 128 mWarningImage = IconFactory.getInstance().getIcon("warning-badge"); //$NON-NLS-1$
136 mErrorImage = IconFactory.getInstance().getIcon("error-badge"); //$NON-NLS-1$
  /development/samples/ApiDemos/src/com/example/android/apis/app/
QuickContactsDemo.java 92 cache.photoView = (QuickContactBadge) view.findViewById(R.id.badge);

Completed in 979 milliseconds

1 23 4 5 6 7