HomeSort by relevance Sort by last modified time
    Searched defs:badge (Results 1 - 9 of 9) 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);
  /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.
101 // Distance from the end of the title at which this AP's user badge should sit.
166 // Fetch badge (may be null)
167 // Get the badge using a cache since the PM will ask the UserManager for the list
243 Drawable badge = mPm.getUserBadgeForDensity(new UserHandle(userId), 0 /* dpi */); local
244 mBadges.put(userId, badge);
245 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
  /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/group/
GroupEditorFragment.java 943 QuickContactBadge badge = (QuickContactBadge) result.findViewById(R.id.badge); local
    [all...]
  /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...]
  /frameworks/base/core/java/android/app/
Notification.java 3224 Drawable badge = getProfileBadgeDrawable(); local
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 224 milliseconds