OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:toTranscode
(Results
1 - 3
of
3
) sorted by null
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/transcode/
BitmapBytesTranscoder.java
29
public Resource<byte[]> transcode(Resource<Bitmap>
toTranscode
) {
31
toTranscode
.get().compress(compressFormat, quality, os);
32
toTranscode
.recycle();
/prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar
/prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/4.0.0-SNAPSHOT/
glide-4.0.0-SNAPSHOT.jar
Completed in 309 milliseconds