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

  /cts/tests/tests/widget/src/android/widget/cts/
QuickContactBadgeTest.java 66 QuickContactBadge badge = new QuickContactBadge(context); local
67 badge.setPrioritizedMimeType(plainMimeType);
68 badge.assignContactUri(nonExistentContactUri);
69 badge.onClick(badge);
  /packages/apps/Dialer/src/com/android/dialer/filterednumber/
NumbersAdapter.java 97 private void loadContactPhoto(ContactInfo info, String displayName, QuickContactBadge badge) {
104 badge.assignContactUri(info.lookupUri);
105 badge.setContentDescription(
107 mContactPhotoManager.loadDirectoryPhoto(badge, info.photoUri,
  /packages/apps/Dialer/src/com/android/dialer/service/
ExtendedBlockingButtonRenderer.java 81 * @param badge {@link QuickContactBadge} in which the photo should be rendered.
85 String number, String countryIso, QuickContactBadge badge, TextView view);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
AccessPointPreference.java 82 // Distance from the end of the title at which this AP's user badge should sit.
140 // Fetch badge (may be null)
141 // Get the badge using a cache since the PM will ask the UserManager for the list
217 Drawable badge = mPm.getUserBadgeForDensity(new UserHandle(userId), 0 /* dpi */); local
218 mBadges.put(userId, badge);
219 return badge;
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/
UserIconDrawable.java 42 * Converts the user avatar icon to a circularly clipped one with an optional badge and frame
48 private Bitmap mBitmap; // baked representation. Required for transparent border around badge
71 * Gets the system default managed-user badge as a drawable
73 * @return drawable containing just the badge
144 public UserIconDrawable setBadge(Drawable badge) {
145 mBadge = badge;
162 Drawable badge = null; local
166 badge = getManagedUserBadgeDrawable(context);
168 return setBadge(badge);
182 * Sets global padding of icon/frame. Doesn't effect the badge
    [all...]
  /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 244 public AttendeeItem(Attendee attendee, Drawable badge) {
246 mBadge = badge;
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
QuickContactsDemo.java 92 cache.photoView = (QuickContactBadge) view.findViewById(R.id.badge);
  /frameworks/base/core/java/com/android/internal/app/
ResolverActivity.java 1705 final Drawable badge = info.getBadgeIcon(); local
1776 public ImageView badge; field in class:ResolverActivity.ViewHolder
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java 943 QuickContactBadge badge = (QuickContactBadge) result.findViewById(R.id.badge); local
    [all...]
  /external/nanohttpd/
README.md 8 * Coverage Status: [![Coverage Status](https://coveralls.io/repos/NanoHttpd/nanohttpd/badge.svg)](https://coveralls.io/r/NanoHttpd/nanohttpd)
9 * Current central released version: [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.nanohttpd/nanohttpd/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.nanohttpd/nanohttpd)
  /external/nanohttpd/src/site/markdown/
index.md 8 * Coverage Status: [![Coverage Status](https://coveralls.io/repos/NanoHttpd/nanohttpd/badge.svg)](https://coveralls.io/r/NanoHttpd/nanohttpd)
9 * Current central released version: [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.nanohttpd/nanohttpd/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.nanohttpd/nanohttpd)
  /external/ImageMagick/www/css/
magick.css     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/
README.rst 11 .. image:: https://pypip.in/d/boto/badge.svg
  /external/okhttp/website/static/
bootstrap-combined.min.css     [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java 967 QuickContactBadge badge = (QuickContactBadge) view; local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
ExpandingEntryCardView.java     [all...]
  /frameworks/base/core/java/android/app/
Notification.java 3220 Drawable badge = getProfileBadgeDrawable(); local
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 1753 milliseconds