Searched refs:setArtworkConfiguration (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | RemoteController.java | 296 public boolean setArtworkConfiguration(boolean wantBitmap, int width, int height) in setArtworkConfiguration() method in RemoteController 324 public boolean setArtworkConfiguration(int width, int height) throws IllegalArgumentException { in setArtworkConfiguration() method in RemoteController 325 return setArtworkConfiguration(true, width, height); in setArtworkConfiguration() 333 return setArtworkConfiguration(false, -1, -1); in clearArtworkConfiguration()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 15588 … method public boolean setArtworkConfiguration(int, int) throws java.lang.IllegalArgumentException;
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 26283 …method @Deprecated public boolean setArtworkConfiguration(int, int) throws java.lang.IllegalArgume…
|
/frameworks/base/api/ |
D | current.txt | 26361 …method @Deprecated public boolean setArtworkConfiguration(int, int) throws java.lang.IllegalArgume…
|