Searched refs:setImageIconAsync (Results 1 – 8 of 8) 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()
122 public Runnable setImageIconAsync(@Nullable final Icon icon) { in setImageIconAsync() method in CachingIconView128 return super.setImageIconAsync(icon); in setImageIconAsync()
93 public Runnable setImageIconAsync(@Nullable Icon icon) { in setImageIconAsync() method in EmphasizedNotificationButton
91 public Runnable setImageIconAsync(@Nullable Icon icon) { in setImageIconAsync() method in BigPictureNotificationImageView
61 button.setImageIconAsync(mRemoteAction.getIcon(), mainHandler); in populateButton()
93 public void setImageIconAsync(Icon icon, Handler handler) { in setImageIconAsync() method in TvWindowMenuActionButton
627 public Runnable setImageIconAsync(@Nullable Icon icon) {
68044 Landroid/widget/ImageView;->setImageIconAsync(Landroid/graphics/drawable/Icon;)Ljava/lang/Runnable;86351 Lcom/android/internal/widget/CachingIconView;->setImageIconAsync(Landroid/graphics/drawable/Icon;)L…