public interface

ResourceResolvers.AndroidImageResourceByResIdResolver

 androidx.wear.tiles.renderer.internal.ResourceResolvers.AndroidImageResourceByResIdResolver

Subclasses:

DefaultAndroidImageResourceByResIdResolver

Overview

Interface that can provide a Drawable for an AndroidImageResourceByResId

Summary

Methods
public <any>getDrawable(AndroidImageResourceByResId resource)

Get the drawable as specified by resource.

public DrawablegetDrawableOrThrow(AndroidImageResourceByResId resource)

Should immediately return the drawable specified by resource.

Methods

public Drawable getDrawableOrThrow(AndroidImageResourceByResId resource)

Should immediately return the drawable specified by resource.

public <any> getDrawable(AndroidImageResourceByResId resource)

Get the drawable as specified by resource.