/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/ |
D | UserIconDrawable.java | 144 public UserIconDrawable setBadge(Drawable badge) { in setBadge() argument 145 mBadge = badge; in setBadge() 162 Drawable badge = null; in setBadgeIfManagedUser() local 166 badge = getManagedUserBadgeDrawable(context); in setBadgeIfManagedUser() 168 return setBadge(badge); in setBadgeIfManagedUser()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/ |
D | AccessPointPreference.java | 217 Drawable badge = mPm.getUserBadgeForDensity(new UserHandle(userId), 0 /* dpi */); in getUserBadge() local 218 mBadges.put(userId, badge); in getUserBadge() 219 return badge; in getUserBadge()
|
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/promote/ |
D | badges.jd | 46 // locales for which we have the 'app' badge 140 /** Switch the badge urls for selected language */ 144 // check if we have the 'app' badge for this lang and show notice if not 150 + '<em>Android app on Google Play</em> badge translated for ' 152 … + '.<br>Please check back later or instead use the <em>Get it on Google Play</em> badge below.' 155 $("div.button-row.app").show(); // show the 'app' badge row
|
/frameworks/base/docs/html/training/contacts-provider/ |
D | 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
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ResolverActivity.java | 1681 if (holder.badge != null) { in onBindView() 1682 final Drawable badge = info.getBadgeIcon(); in onBindView() local 1683 if (badge != null) { in onBindView() 1684 holder.badge.setImageDrawable(badge); in onBindView() 1685 holder.badge.setContentDescription(info.getBadgeContentDescription()); in onBindView() 1686 holder.badge.setVisibility(View.VISIBLE); in onBindView() 1688 holder.badge.setVisibility(View.GONE); in onBindView() 1753 public ImageView badge; field in ResolverActivity.ViewHolder 1759 badge = (ImageView) view.findViewById(R.id.target_badge); in ViewHolder()
|
/frameworks/base/docs/html/distribute/googleplay/families/ |
D | about.jd | 116 badge, which reflects the target age you select for your apps and serves as a 123 Participating apps are marked with the family star badge. 198 src="https://play.google.com/intl/en_us/badges/images/books/en-play-badge-border.png"
|
/frameworks/base/docs/html/distribute/users/ |
D | build-buzz.jd | 63 <h2 id="use-the-google-play-badge"> 78 likely to download and trust your apps and games when the Google Play badge 83 websites, collateral, and ad campaigns. With the badge generator, they're
|
D | expand-to-new-markets.jd | 310 <img src="{@docRoot}images/gp-badge-jp.png"> 318 "{@docRoot}distribute/tools/promote/badges.html">Google Play badge</a> and
|
/frameworks/base/docs/html/distribute/googleplay/ |
D | cast.jd | 42 Cast badge</a> on your website and marketing materials.</li>
|
D | tv.jd | 227 TV badge.
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | RenderSessionImpl.java | 967 QuickContactBadge badge = (QuickContactBadge) view; in postInflateProcess() local 968 badge.setImageToDefault(); in postInflateProcess()
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 3196 Drawable badge = getProfileBadgeDrawable(); in getProfileBadge() local 3197 if (badge == null) { in getProfileBadge() 3204 badge.setBounds(0, 0, size, size); in getProfileBadge() 3205 badge.draw(canvas); in getProfileBadge()
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.0.jd | 282 … enable developers to create contact badges in their app. Clicking on the badge opens a window wit…
|
D | lollipop.jd | 199 creates a secure work profile on the device. In the launcher, apps are shown with a Work badge to
|
D | android-5.0.jd | 758 the managed apps visually prominent by appending a work badge to the icon
|
/frameworks/base/docs/html/distribute/tools/ |
D | localization-checklist.jd | 833 badge</a> to tell users you're on Google Play. You can use the badge
|
/frameworks/base/docs/html/preview/features/ |
D | afw.jd | 520 such as by adding a work badge.
|
/frameworks/base/docs/html/distribute/essentials/quality/ |
D | tablets.jd | 685 <li>Include a Google Play badge in your online promotions to let users link 686 directly to your app's store listing. You can generate a badge in a variety
|