Home
last modified time | relevance | path

Searched refs:CrossfadeImageView (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
DCrossfadeImageView.java36 public class CrossfadeImageView extends FrameLayout { class
48 public CrossfadeImageView(Context context) { in CrossfadeImageView() method in CrossfadeImageView
52 public CrossfadeImageView(Context context, AttributeSet attrs) { in CrossfadeImageView() method in CrossfadeImageView
56 public CrossfadeImageView(Context context, AttributeSet attrs, int defStyleAttr) { in CrossfadeImageView() method in CrossfadeImageView
60 public CrossfadeImageView(Context context, AttributeSet attrs, in CrossfadeImageView() method in CrossfadeImageView
DCropAlignedImageView.java65 attrs, R.styleable.CrossfadeImageView, defStyleAttr, defStyleRes); in init()
DBackgroundImageView.java36 private CrossfadeImageView mImageView;
/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/
DPlaybackFragment.java44 import com.android.car.apps.common.CrossfadeImageView;
96 CrossfadeImageView albumBackground = view.findViewById(R.id.album_background); in onCreateView()