Searched refs:setImageIconAsync (Results 1 – 9 of 9) sorted by relevance
72 view.setImageIconAsync(Icon.createWithResource(mContext, R.drawable.custom_drawable)).run(); in customDrawable_setImageIconAsync_skipsResizeSuccessfully()139 view.setImageIconAsync(Icon.createWithResource(mContext, R.drawable.big_a)).run(); in maxDrawableDimensionsSet_setImageIconAsync_resizesImageIcon()148 view.setImageIconAsync(Icon.createWithResource(mContext, R.drawable.big_a)).run(); in maxDrawableWithNoDimensionsSet_setImageIconAsync_doesNotResizeImageIcon()
61 button.setImageIconAsync(mRemoteAction.getIcon(), mainHandler); in populateButton()
122 public Runnable setImageIconAsync(@Nullable final Icon icon) { in setImageIconAsync() method in CachingIconView128 return super.setImageIconAsync(icon); in setImageIconAsync()
115 public Runnable setImageIconAsync(@Nullable Icon icon) { in setImageIconAsync() method in BigPictureNotificationImageView
182 return mConversationIconView.setImageIconAsync(conversationIcon); in setDataAsync()
130 public Runnable setImageIconAsync(@Nullable Icon icon) { in setImageIconAsync() method in EmphasizedNotificationButton
93 public void setImageIconAsync(Icon icon, Handler handler) { in setImageIconAsync() method in TvWindowMenuActionButton
627 public Runnable setImageIconAsync(@Nullable Icon icon) {
67401 Landroid/widget/ImageView;->setImageIconAsync(Landroid/graphics/drawable/Icon;)Ljava/lang/Runnable;85708 Lcom/android/internal/widget/CachingIconView;->setImageIconAsync(Landroid/graphics/drawable/Icon;)L…