Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DRemoteController.java382 public boolean setArtworkConfiguration(boolean wantBitmap, int width, int height) in setArtworkConfiguration() method in RemoteController
410 public boolean setArtworkConfiguration(int width, int height) throws IllegalArgumentException { in setArtworkConfiguration() method in RemoteController
411 return setArtworkConfiguration(true, width, height); in setArtworkConfiguration()
419 return setArtworkConfiguration(false, -1, -1); in clearArtworkConfiguration()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardTransportControlView.java279 mRemoteController.setArtworkConfiguration(true, dim, dim); in KeyguardTransportControlView()
367 mRemoteController.setArtworkConfiguration(true, dim, dim); in onConfigurationChanged()
/frameworks/base/api/
Dsystem-current.txt16614 … method public boolean setArtworkConfiguration(int, int) throws java.lang.IllegalArgumentException;
Dcurrent.txt15590 … method public boolean setArtworkConfiguration(int, int) throws java.lang.IllegalArgumentException;