Searched refs:putBitmap (Results 1 – 10 of 10) sorted by relevance
/aosp14/frameworks/base/media/java/android/media/ |
H A D | MediaMetadataEditor.java | 258 public synchronized MediaMetadataEditor putBitmap(int key, Bitmap bitmap) in putBitmap() method in MediaMetadataEditor 314 return putBitmap(key, (Bitmap) value); in putObject()
|
H A D | RemoteControlClient.java | 509 public synchronized MetadataEditor putBitmap(int key, Bitmap bitmap) in putBitmap() method in RemoteControlClient.MetadataEditor 511 super.putBitmap(key, bitmap); in putBitmap() 517 mMetadataBuilder.putBitmap(metadataKey, bitmap); in putBitmap()
|
H A D | MediaMetadata.java | 923 public Builder putBitmap(@BitmapKey String key, Bitmap value) { in putBitmap() method in MediaMetadata.Builder 970 putBitmap(key, scaleBitmap(bmp, mBitmapDimensionLimit)); in build()
|
/aosp14/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/ |
H A D | RadioMetadataTest.java | 178 RadioMetadata metadata = mBuilder.putBitmap(key, mBitmapValue).build(); in getBitmap_withKeyInMetadata() 261 .putBitmap(RadioMetadata.METADATA_KEY_ICON, mBitmapValue) in keySet_withNonEmptyMetadata()
|
/aosp14/frameworks/base/core/java/android/hardware/radio/ |
H A D | RadioMetadata.java | 525 putBitmap(key, scaleBitmap(bmp, maxBitmapSize)); in Builder() 592 public Builder putBitmap(String key, Bitmap value) { in putBitmap() method in RadioMetadata.Builder
|
/aosp14/frameworks/base/tests/OneMedia/src/com/android/onemedia/ |
H A D | PlayerSession.java | 120 mMetadataBuilder.putBitmap(MediaMetadata.METADATA_KEY_DISPLAY_ICON, icon); in setIcon()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | system-current.txt | 5847 …method public android.hardware.radio.RadioMetadata.Builder putBitmap(String, android.graphics.Bitm…
|
H A D | current.txt | 23774 method public android.media.MediaMetadata.Builder putBitmap(String, android.graphics.Bitmap); 23791 …method @Deprecated public android.media.MediaMetadataEditor putBitmap(int, android.graphics.Bitmap… 24758 …method @Deprecated public android.media.RemoteControlClient.MetadataEditor putBitmap(int, android.…
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 27384 Landroid/media/MediaMetadata2$Builder;->putBitmap(Ljava/lang/String;Landroid/graphics/Bitmap;)Landr…
|