Home
last modified time | relevance | path

Searched refs:setArtworkConfiguration (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/media/java/android/media/
DRemoteController.java285 public boolean setArtworkConfiguration(boolean wantBitmap, int width, int height) in setArtworkConfiguration() method in RemoteController
313 public boolean setArtworkConfiguration(int width, int height) throws IllegalArgumentException { in setArtworkConfiguration() method in RemoteController
314 return setArtworkConfiguration(true, width, height); in setArtworkConfiguration()
322 return setArtworkConfiguration(false, -1, -1); in clearArtworkConfiguration()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt15588 … method public boolean setArtworkConfiguration(int, int) throws java.lang.IllegalArgumentException;
/frameworks/base/core/api/
Dcurrent.txt24891 …method @Deprecated public boolean setArtworkConfiguration(int, int) throws java.lang.IllegalArgume…