Searched refs:setArtworkConfiguration (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | RemoteController.java | 382 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/ |
D | KeyguardTransportControlView.java | 279 mRemoteController.setArtworkConfiguration(true, dim, dim); in KeyguardTransportControlView() 367 mRemoteController.setArtworkConfiguration(true, dim, dim); in onConfigurationChanged()
|
/frameworks/base/api/ |
D | system-current.txt | 16614 … method public boolean setArtworkConfiguration(int, int) throws java.lang.IllegalArgumentException;
|
D | current.txt | 15590 … method public boolean setArtworkConfiguration(int, int) throws java.lang.IllegalArgumentException;
|