Home
last modified time | relevance | path

Searched refs:preferAnimation (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/graphics/java/android/graphics/
H A DImageDecoder.java322 decoder = nCreate(is, storage, preferAnimation, source); in createFromStream()
340 boolean preferAnimation, Source source) throws IOException { in createFromAssetFileDescriptor() argument
444 return createFromAsset(ais, preferAnimation, this); in createImageDecoder()
494 boolean preferAnimation, Source source) throws IOException { in createFromAsset() argument
498 decoder = nCreate(asset, preferAnimation, source); in createFromAsset()
535 return createFromFile(mFile, preferAnimation, this); in createImageDecoder()
1998 boolean preferAnimation, Source src) throws IOException; in nCreate() argument
2000 boolean preferAnimation, Source src) throws IOException; in nCreate() argument
2002 boolean preferAnimation, Source src) throws IOException; in nCreate() argument
2004 boolean preferAnimation, Source src) throws IOException; in nCreate() argument
[all …]
/aosp12/frameworks/base/libs/hwui/jni/
H A DImageDecoder.cpp105 jobject source, jboolean preferAnimation) { in native_create() argument
114 preferAnimation ? SkCodec::SelectionPolicy::kPreferAnimation in native_create()
180 return native_create(env, std::move(fileStream), source, preferAnimation); in ImageDecoder_nCreateFd()
185 jobject is, jbyteArray storage, jboolean preferAnimation, jobject source) { in ImageDecoder_nCreateInputStream() argument
195 return native_create(env, std::move(bufferedStream), source, preferAnimation); in ImageDecoder_nCreateInputStream()
199 jlong assetPtr, jboolean preferAnimation, jobject source) { in ImageDecoder_nCreateAsset() argument
202 return native_create(env, std::move(stream), source, preferAnimation); in ImageDecoder_nCreateAsset()
207 jboolean preferAnimation, jobject source) { in ImageDecoder_nCreateByteBuffer() argument
214 return native_create(env, std::move(stream), source, preferAnimation); in ImageDecoder_nCreateByteBuffer()
219 jboolean preferAnimation, jobject source) { in ImageDecoder_nCreateByteArray() argument
[all …]