OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBitmapString
(Results
1 - 2
of
2
) sorted by null
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
AttributeStrategy.java
34
return
getBitmapString
(bitmap);
39
return
getBitmapString
(width, height, config);
52
private static String
getBitmapString
(Bitmap bitmap) {
53
return
getBitmapString
(bitmap.getWidth(), bitmap.getHeight(), bitmap.getConfig());
56
private static String
getBitmapString
(int width, int height, Bitmap.Config config) {
113
return
getBitmapString
(width, height, config);
SizeStrategy.java
75
return
getBitmapString
(bitmap);
81
return
getBitmapString
(size);
114
private static String
getBitmapString
(Bitmap bitmap) {
116
return
getBitmapString
(size);
119
private static String
getBitmapString
(int size) {
167
return
getBitmapString
(size);
Completed in 415 milliseconds