Searched defs:mAlbumArtView (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Car/Media/src/com/android/car/media/
H A DMediaPlaybackFragment.java118 // The default width and height for an image. These are used if the mAlbumArtView has not laid
130 private CrossfadeImageView mAlbumArtView; field in class:MediaPlaybackFragment
222 mAlbumArtView = v.findViewById(R.id.album_art);
223 mAlbumArtView.getViewTreeObserver().addOnGlobalLayoutListener(
227 mAlbumArtWidth = mAlbumArtView.getWidth();
228 mAlbumArtHeight = mAlbumArtView.getHeight();
229 mAlbumArtView.getViewTreeObserver().removeOnGlobalLayoutListener(this);
507 mAlbumArtView.setImageBitmap(bitmap, showAnimation);
514 mAlbumArtView.setBackgroundColor(color);

Completed in 44 milliseconds