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

12 3 4 5 6 7

  /external/chromium_org/chrome/browser/extensions/
extension_action_manager.h 35 // Retrieves the page action, browser action, or script badge for |extension|.
57 // action, but all have a script badge.
extension_action.h 36 // script badge.
190 // Set this action's badge text on a specific tab.
194 // Get the badge text for a tab, or the default if no badge text was set.
199 // Set this action's badge text color on a specific tab.
209 // Set this action's badge background color on a specific tab.
213 // Get the badge background color for a tab, or the default if no color
219 // Set this action's badge visibility on a specific tab. This takes
228 // Get the badge visibility for a tab, or the default badge visibilit
    [all...]
extension_warning_service.h 32 // etc.) trigger a warning badge in the UI and and provide means to resolve
65 // |warnings| occurred and triggers a warning badge.
extension_warning_badge_service.cc 70 // a badge on the wrench menu in the future of this session.
162 // Activate or hide the warning badge in case the current state is incorrect.
  /external/chromium_org/chrome/browser/ui/app_list/search/
webstore_result_icon_source.h 28 // icon as a badge.
47 // right corner as a badge.
  /external/chromium_org/chrome/common/
badge_util.cc 44 // The padding between the top of the badge and the top of the text.
51 // The minimum width for center-aligning the badge.
101 // Calculate the proper style/text overlay to render on the badge.
125 // Render the badge bitmap and overlay into a canvas.
170 // Calculate badge size. It is clamped to a min width just because it looks
173 // Force the pixel width of badge to be either odd (if the icon width is odd)
179 // Paint the badge background color in the right location. It is usually
216 // Finally, draw the text centered within the badge. We set a clip in case the
icon_with_badge_image_source.cc 35 // Draw a badge on the provided browser action icon's canvas.
  /external/chromium_org/chrome/common/extensions/api/extension_action/
action_info.h 46 // Returns the extension's script badge.
58 // Sets the extension's script badge. |extension| takes ownership of |info|.
  /external/chromium/chrome/browser/chromeos/status/
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...]
network_menu_button.h 106 // Sets the icon only. Keep the previous badge.
130 // A badge icon displayed on top of icon, in bottom-right corner.
132 // A badge icon displayed on top of icon, in bottom-left corner.
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
browserAction.html 63 a <a href="#badge">badge</a>,
112 <h3 id="badge">Badge</h3>
114 <p>Browser actions can optionally display a <em>badge</em> &mdash;
120 <p>Because the badge has limited space,
125 Set the text and color of the badge using
  /frameworks/base/docs/html/distribute/googleplay/promote/
badges.jd 8 input your app's package name or publisher name, choose the badge style,
9 click <em>Build my badge</em>, then paste the HTML into your web content.</p>
15 <p>For guidelines when using the Google Play badge and other brand assets,
59 // locales for which we have the 'app' badge
98 _gaq.push(['_trackEvent', 'Distribute', 'Create Google Play Badge', 'Package ' + selectedValue]);
110 _gaq.push(['_trackEvent', 'Distribute', 'Create Google Play Badge', 'Publisher ' + selectedValue]);
153 /** Switch the badge urls for selected language */
157 // check if we have the 'app' badge for this lang and show notice if not
163 + '<em>Android app on Google Play</em> badge translated for '
165 + '.<br>Please check back later or instead use the <em>Get it on Google Play</em> badge below.
    [all...]
brand.jd 125 <h4>Google Play badge</h4>
146 <li>Do not modify the color, proportions, spacing or any other aspect of the badge image.
150 <li>When used online, the badge should link to either:
162 <p>To quickly create a badge that links to your apps on Google Play,
164 href="{@docRoot}distribute/googleplay/promote/badges.html">Googe Play badge generator</a>
165 (provides the badge in over 40 languages).</p>
168 <a href="{@docRoot}distribute/googleplay/promote/badge-files.html">Google Play
169 badge in over 40 languages</a>.</p>
index.jd 39 and link them directly to your download page. With the badge generator, they're also easy to make.</p>
  /frameworks/base/docs/html/training/contacts-provider/
index.jd 88 <a href="display-contact-badge.html">Displaying the Quick Contact Badge</a>
93 clicks the contact badge widget, a dialog opens that displays the contact's details and
  /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.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_error_handler.js 15 * changes the extensions badge to reflect the error state (yellow for
74 // Badge the popup icon.
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
AttachmentGridDrawable.java 17 * A 2x1 grid of attachment drawables. Supports showing a small "+N" badge in the corner.
92 // Overflow badge and count
  /external/chromium_org/chrome/browser/ui/views/
wrench_toolbar_button.cc 29 // Badge non-ChromeOS ASH builds so that users know that they are using ASH.
  /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);
  /packages/apps/UnifiedEmail/res/layout/
conversation_attachment_previews.xml 12 <!-- Use dips for textSize since we want the badge to be a fixed size. -->
  /external/chromium/chrome/browser/ui/views/
toolbar_view.h 147 // Retrieve which badge we should show when recommending an upgrade.
150 // Returns true if we should show the background page badge.
172 // Updates the badge on the app menu (Wrench).
176 // badge.
179 // Gets a badge for the wrench icon corresponding to the number of
  /external/chromium/chrome/common/
badge_util.cc 61 // Calculate the proper style/text overlay to render on the badge.
85 // Render the badge bitmap and overlay into a canvas.
  /packages/apps/Contacts/res/layout/
external_group_member_item.xml 38 android:id="@+id/badge"
group_member_item.xml 38 android:id="@+id/badge"

Completed in 863 milliseconds

12 3 4 5 6 7