Searched refs:ImageBinder (Results 1 – 6 of 6) sorted by relevance
41 public class ImageBinder<T extends ImageBinder.ImageRef> { class83 public ImageBinder(@NonNull PlaceholderType type, @NonNull Size maxImageSize, in ImageBinder() method in ImageBinder90 protected ImageBinder(@NonNull PlaceholderType type, @NonNull Size maxImageSize) { in ImageBinder() method in ImageBinder
41 public class ImageViewBinder<T extends ImageBinder.ImageRef> extends ImageBinder<T> {
43 import com.android.car.apps.common.imaging.ImageBinder;44 import com.android.car.apps.common.imaging.ImageBinder.PlaceholderType;58 private ImageBinder<MediaItemMetadata.ArtworkRef> mAlbumArtBinder;99 mAlbumArtBinder = new ImageBinder<>(PlaceholderType.FOREGROUND, maxArtSize, in onCreateView()
42 import com.android.car.apps.common.imaging.ImageBinder;43 import com.android.car.apps.common.imaging.ImageBinder.PlaceholderType;117 public class ArtworkRef implements ImageBinder.ImageRef {
44 import com.android.car.apps.common.imaging.ImageBinder;45 import com.android.car.apps.common.imaging.ImageBinder.PlaceholderType;68 private ImageBinder<MediaItemMetadata.ArtworkRef> mAlbumArtBinder;433 mAlbumArtBinder = new ImageBinder<>( in onCreateView()
24 import com.android.car.apps.common.imaging.ImageBinder.PlaceholderType;