OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:decodeBitmap
(Results
1 - 10
of
10
) sorted by null
/frameworks/layoutlib/bridge/src/android/graphics/
ImageDecoder.java
265
* {@link #
decodeBitmap
}.
336
* {@link #decodeDrawable} or {@link #
decodeBitmap
}.
350
* {@link #decodeDrawable} or {@link #
decodeBitmap
}.
500
* / {@link #
decodeBitmap
} will throw an
527
* {@link #
decodeBitmap
} returning a {@link Bitmap} with unpremultiplied
569
* {@link #decodeDrawable}/{@link #
decodeBitmap
}.</p>
633
* {@link #
decodeBitmap
} throwing an
659
Bitmap bitmap =
decodeBitmap
(src, listener);
678
* this will be called on the same thread as {@code
decodeBitmap
}
685
public static Bitmap
decodeBitmap
(@NonNull Source src
[
all
...]
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
BitmapWorkerTask.java
132
return
decodeBitmap
((InputStream) drawable, outputOptions);
152
private Bitmap
decodeBitmap
(InputStream in, BitmapWorkerOptions options)
227
return
decodeBitmap
(in, options);
242
return
decodeBitmap
(bitmapStream, options);
DrawableLoader.java
158
return
decodeBitmap
((InputStream)drawable, outputOptions);
177
private Drawable
decodeBitmap
(InputStream in, BitmapWorkerOptions options)
277
return
decodeBitmap
(in, options);
293
return
decodeBitmap
(bitmapStream, options);
/frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp
603
jobject
decodeBitmap
(JNIEnv* env, void* data, size_t size) {
/frameworks/base/graphics/java/android/graphics/
ImageDecoder.java
71
* or {@link #
decodeBitmap
(Source)}:
82
* {@link #
decodeBitmap
(Source, OnHeaderDecodedListener)}. For example, to
126
* (which is only compatible with {@link #
decodeBitmap
(Source)} and
127
* {@link #
decodeBitmap
(Source, OnHeaderDecodedListener)}) and {@link #setAllocator},
178
* {@link #
decodeBitmap
decodeBitmap
}. Constructing a {@code Source} (with
181
* in {@link #decodeDrawable decodeDrawable} or {@link #
decodeBitmap
decodeBitmap
}.
592
* or {@link #
decodeBitmap
(Source, OnHeaderDecodedListener)
decodeBitmap
},
[
all
...]
/cts/tests/tests/graphics/src/android/graphics/cts/
ImageDecoderTest.java
300
Bitmap bm = ImageDecoder.
decodeBitmap
(src);
318
ImageDecoder.
decodeBitmap
(src, (decoder, info, s) -> decoder.setAllocator(15));
383
bm = ImageDecoder.
decodeBitmap
(src, l);
423
ImageDecoder.
decodeBitmap
(src, (decoder, info, s) -> {
448
Bitmap normal = ImageDecoder.
decodeBitmap
(src);
457
Bitmap unpremul = ImageDecoder.
decodeBitmap
(src,
519
bitmap = ImageDecoder.
decodeBitmap
(src, l);
580
Bitmap bm = ImageDecoder.
decodeBitmap
(src, l);
612
Bitmap bm = ImageDecoder.
decodeBitmap
(src, l);
644
Bitmap bm = ImageDecoder.
decodeBitmap
(src, l)
[
all
...]
/prebuilts/sdk/28/
android.jar
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_28/
android.jar
/prebuilts/sdk/system_current/
android.jar
Completed in 729 milliseconds