Searched refs:setArtworkConfiguration (Results 1 – 4 of 4) sorted by relevance
285 public boolean setArtworkConfiguration(boolean wantBitmap, int width, int height) in setArtworkConfiguration() method in RemoteController313 public boolean setArtworkConfiguration(int width, int height) throws IllegalArgumentException { in setArtworkConfiguration() method in RemoteController314 return setArtworkConfiguration(true, width, height); in setArtworkConfiguration()322 return setArtworkConfiguration(false, -1, -1); in clearArtworkConfiguration()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
15588 … method public boolean setArtworkConfiguration(int, int) throws java.lang.IllegalArgumentException;
24891 …method @Deprecated public boolean setArtworkConfiguration(int, int) throws java.lang.IllegalArgume…