HomeSort by relevance Sort by last modified time
    Searched refs:artwork (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/java/android/media/
IRemoteControlDisplay.aidl 92 void setArtwork(int generationId, in Bitmap artwork);
95 * To combine metadata text and artwork in one binder call
97 void setAllMetadata(int generationId, in Bundle metadata, in Bitmap artwork);
RemoteController.java 403 * Set the maximum artwork image dimensions to be received in the metadata.
407 * @return true if the artwork dimension was successfully set.
415 * Prevents this RemoteController from receiving artwork images.
416 * @return true if receiving artwork images was successfully disabled.
647 public void setArtwork(int genId, Bitmap artwork) {
659 metadata.putParcelable(String.valueOf(MediaMetadataEditor.BITMAP_KEY_ARTWORK), artwork); local
665 public void setAllMetadata(int genId, Bundle metadata, Bitmap artwork) {
671 if ((metadata == null) && (artwork == null)) {
682 if (artwork != null) {
684 artwork); local
    [all...]

Completed in 321 milliseconds