Searched refs:CrossfadeImageView (Results 1 – 4 of 4) sorted by relevance
36 public class CrossfadeImageView extends FrameLayout { class48 public CrossfadeImageView(Context context) { in CrossfadeImageView() method in CrossfadeImageView52 public CrossfadeImageView(Context context, AttributeSet attrs) { in CrossfadeImageView() method in CrossfadeImageView56 public CrossfadeImageView(Context context, AttributeSet attrs, int defStyleAttr) { in CrossfadeImageView() method in CrossfadeImageView60 public CrossfadeImageView(Context context, AttributeSet attrs, in CrossfadeImageView() method in CrossfadeImageView
61 attrs, R.styleable.CrossfadeImageView, defStyleAttr, defStyleRes); in init()
36 private CrossfadeImageView mImageView;
42 import com.android.car.apps.common.CrossfadeImageView;92 CrossfadeImageView albumBackground = view.findViewById(R.id.album_background); in onCreateView()