Home | History | Annotate | Download | only in media

Lines Matching defs:setArtworkConfiguration

51  * album art. Use {@link #setArtworkConfiguration(int, int)} to receive images as well.
334 public boolean setArtworkConfiguration(boolean wantBitmap, int width, int height)
368 public boolean setArtworkConfiguration(int width, int height) throws IllegalArgumentException {
369 return setArtworkConfiguration(true, width, height);
377 return setArtworkConfiguration(false, -1, -1);