Home | History | Annotate | Download | only in media

Lines Matching refs:artwork

361      * Set the maximum artwork image dimensions to be received in the metadata.
365 * @return true if the artwork dimension was successfully set.
373 * Prevents this RemoteController from receiving artwork images.
374 * @return true if receiving artwork images was successfully disabled.
610 public void setArtwork(int genId, Bitmap artwork) {
622 metadata.putParcelable(String.valueOf(MediaMetadataEditor.BITMAP_KEY_ARTWORK), artwork);
628 public void setAllMetadata(int genId, Bundle metadata, Bitmap artwork) {
634 if ((metadata == null) && (artwork == null)) {
645 if (artwork != null) {
647 artwork);
891 * Used by AudioManager to read the current artwork dimension
892 * @return array containing width (index 0) and height (index 1) of currently set artwork size