/aosp14/frameworks/base/native/graphics/jni/ |
H A D | imagedecoder.cpp | 105 static int createFromStream(std::unique_ptr<SkStreamRewindable> stream, AImageDecoder** outDecoder)… in createFromStream() function 136 return createFromStream(std::move(stream), outDecoder); in AImageDecoder_createFromAAsset() 170 return createFromStream(std::move(stream), outDecoder); in AImageDecoder_createFromFd() 184 return createFromStream(std::move(stream), outDecoder); in AImageDecoder_createFromBuffer()
|
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | Picture.java | 206 public static Picture createFromStream(@NonNull InputStream stream) { in createFromStream() method in Picture
|
H A D | ImageDecoder.java | 300 return createFromStream(is, true, preferAnimation, this); in createImageDecoder() 325 return createFromStream(stream, true, preferAnimation, source); in createFromFile() 343 private static ImageDecoder createFromStream(@NonNull InputStream is, in createFromStream() method in ImageDecoder 380 decoder = createFromStream(new FileInputStream(fd), true, preferAnimation, source); in createFromAssetFileDescriptor() 426 return createFromStream(is, false, preferAnimation, this); in createImageDecoder()
|
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
H A D | CustomPrinterIconCache.java | 97 icon = Icon.createFromStream(is); in getIcon()
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | AppSearchShortcutPerson.java | 206 return Icon.createFromStream(bais); in transformToIcon()
|
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | PictureCaptureDemo.java | 113 Picture picture = Picture.createFromStream( in onCreate()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | SuggestionsAdapter.java | 609 return Drawable.createFromStream(stream, null); in getDrawable()
|
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | Drawable.java | 1208 public static @Nullable Drawable createFromStream(@Nullable InputStream is, in createFromStream() method in Drawable
|
H A D | Icon.java | 591 public static @Nullable Icon createFromStream(@NonNull InputStream stream) throws IOException { in createFromStream() method in Icon
|
/aosp14/frameworks/base/media/java/android/media/tv/ |
H A D | TvInputInfo.java | 509 Drawable drawable = Drawable.createFromStream(is, null); in loadIcon()
|
/aosp14/frameworks/base/core/api/ |
H A D | removed.txt | 184 …method @Deprecated public static android.graphics.Picture createFromStream(@NonNull java.io.InputS…
|
H A D | current.txt | 16909 …method @Nullable public static android.graphics.drawable.Drawable createFromStream(@Nullable java.…
|
/aosp14/frameworks/base/core/java/com/android/internal/policy/ |
H A D | PhoneWindow.java | 2914 return Drawable.createFromStream(
|
/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/boot/ |
H A D | boot-image-profile.txt | 6391 HSPLandroid/graphics/ImageDecoder;->createFromStream(Ljava/io/InputStream;ZZLandroid/graphics/Image…
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 17043 Landroid/graphics/drawable/Icon;->createFromStream(Ljava/io/InputStream;)Landroid/graphics/drawable… 17851 Landroid/graphics/ImageDecoder;->createFromStream(Ljava/io/InputStream;ZLandroid/graphics/ImageDeco…
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 6394 HSPLandroid/graphics/ImageDecoder;->createFromStream(Ljava/io/InputStream;ZZLandroid/graphics/Image…
|