Home
last modified time | relevance | path

Searched refs:BackgroundImageView (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
DBackgroundImageView.java34 public class BackgroundImageView extends ConstraintLayout { class
44 public BackgroundImageView(Context context) { in BackgroundImageView() method in BackgroundImageView
48 public BackgroundImageView(Context context, AttributeSet attrs) { in BackgroundImageView() method in BackgroundImageView
52 public BackgroundImageView(Context context, AttributeSet attrs, int defStyle) { in BackgroundImageView() method in BackgroundImageView
58 R.styleable.BackgroundImageView, defStyle, 0); in BackgroundImageView()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/activecall/
DOngoingCallFragment.java31 import com.android.car.apps.common.BackgroundImageView;
41 private BackgroundImageView mBackgroundImage;
DInCallFragment.java34 import com.android.car.apps.common.BackgroundImageView;
58 private BackgroundImageView mBackgroundImage;
/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/
DMinimizedPlaybackControlBar.java27 import com.android.car.apps.common.BackgroundImageView;
75 BackgroundImageView artBackground = findViewById(R.id.art_background); in init()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/contact/
DContactDetailsViewHolder.java32 import com.android.car.apps.common.BackgroundImageView;
60 private final BackgroundImageView mBackgroundImageView;
/packages/apps/Car/Media/src/com/android/car/media/
DPlaybackFragment.java44 import com.android.car.apps.common.BackgroundImageView;
72 private BackgroundImageView mAlbumBackground;