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

/packages/apps/Car/Stream/src/com/android/car/stream/media/
H A DMediaPlaybackMonitor.java50 void onMetadataChanged(String title, String text, Bitmap art, int color, String appName); argument
154 // metadata and album art are the same, just ignore and return. If the album art is new,
155 // update the stream item with the new album art.
175 // same metadata, but new album art
177 Log.d(TAG, "Received metadata with new album art");
262 // Get the best art bitmap we can find
333 Log.d(TAG, "Received a new album art...");

Completed in 65 milliseconds