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

  /packages/apps/Launcher3/src/com/android/launcher3/
PendingAppWidgetHostView.java 121 FastBitmapDrawable disabledIcon = Utilities.createIconDrawable(mIcon);
134 FastBitmapDrawable drawable = Utilities.createIconDrawable(mIcon);
BubbleTextView.java 124 FastBitmapDrawable iconDrawable = Utilities.createIconDrawable(b);
147 Drawable topDrawable = Utilities.createIconDrawable(info.iconBitmap);
Utilities.java 83 public static FastBitmapDrawable createIconDrawable(Bitmap icon) {
  /frameworks/base/policy/src/com/android/internal/policy/impl/
IconUtilities.java 86 public Drawable createIconDrawable(Drawable src) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
SelectPhoneAccountDialogFragment.java 202 holder.imageView.setImageDrawable(account.createIconDrawable(getContext()));
  /frameworks/base/telecomm/java/android/telecom/
PhoneAccount.java 245 * Sets the icon. See {@link PhoneAccount#createIconDrawable}.
256 * Sets the icon. See {@link PhoneAccount#createIconDrawable}.
267 * Sets the icon. See {@link PhoneAccount#createIconDrawable}.
279 * Sets the icon. See {@link PhoneAccount#createIconDrawable}.
294 * Sets the icon. See {@link PhoneAccount#createIconDrawable}.
538 * Clients wishing to display a {@code PhoneAccount} should use {@link #createIconDrawable(Context)}.
552 * Clients wishing to display a {@code PhoneAccount} should use {@link #createIconDrawable(Context)}.
576 * {@link #createIconDrawable(Context)}.
602 public Drawable createIconDrawable(Context context) {

Completed in 354 milliseconds