Searched refs:preferAnimation (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | ImageDecoder.java | 349 decoder = nCreate(is, storage, preferAnimation, source); in createFromStream() 367 boolean preferAnimation, Source source) throws IOException { in createFromAssetFileDescriptor() argument 476 return createFromAsset(ais, preferAnimation, this); in createImageDecoder() 542 boolean preferAnimation, Source source) throws IOException { in createFromAsset() argument 546 decoder = nCreate(asset, preferAnimation, source); in createFromAsset() 588 return createFromFile(mFile, preferAnimation, this); in createImageDecoder() 2279 boolean preferAnimation, Source src) throws IOException; 2281 boolean preferAnimation, Source src) throws IOException; 2283 boolean preferAnimation, Source src) throws IOException; 2285 boolean preferAnimation, Source src) throws IOException; [all …]
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | ImageDecoder.cpp | 117 jobject source, jboolean preferAnimation) { in native_create() argument 126 preferAnimation ? SkCodec::SelectionPolicy::kPreferAnimation in native_create() 192 return native_create(env, std::move(fileStream), source, preferAnimation); in ImageDecoder_nCreateFd() 197 jobject is, jbyteArray storage, jboolean preferAnimation, jobject source) { in ImageDecoder_nCreateInputStream() argument 207 return native_create(env, std::move(bufferedStream), source, preferAnimation); in ImageDecoder_nCreateInputStream() 211 jlong assetPtr, jboolean preferAnimation, jobject source) { in ImageDecoder_nCreateAsset() argument 214 return native_create(env, std::move(stream), source, preferAnimation); in ImageDecoder_nCreateAsset() 219 jboolean preferAnimation, jobject source) { in ImageDecoder_nCreateByteBuffer() argument 226 return native_create(env, std::move(stream), source, preferAnimation); in ImageDecoder_nCreateByteBuffer() 231 jboolean preferAnimation, jobject source) { in ImageDecoder_nCreateByteArray() argument [all …]
|