OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBitmapConfig
(Results
1 - 5
of
5
) sorted by null
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
BitmapDownloader.java
295
key.getCacheKey(), key.
getBitmapConfig
(), bitmap.getHeight());
317
getBucketKey(key.getCacheKey(), key.
getBitmapConfig
(), key.getHeight());
339
bucketKey = getBucketKey(key.getCacheKey(), key.
getBitmapConfig
(), SIZE_BUCKET[i]);
350
getBucketKey(key.getCacheKey(), key.
getBitmapConfig
(), SIZE_BUCKET[i]);
363
getBucketKey(key.getCacheKey(), key.
getBitmapConfig
(), SIZE_BUCKET[i]);
BitmapWorkerTask.java
206
if (options.
getBitmapConfig
() != null) {
207
bitmapOptions.inPreferredConfig = options.
getBitmapConfig
();
369
.bitmapConfig(options.
getBitmapConfig
())
DrawableDownloader.java
358
String bucketKey = getBucketKey(key.getCacheKey(), key.
getBitmapConfig
());
379
getBucketKey(key.getCacheKey(), key.
getBitmapConfig
());
389
getBucketKey(key.getCacheKey(), key.
getBitmapConfig
());
DrawableLoader.java
191
if (options.
getBitmapConfig
() != null) {
192
bitmapOptions.inPreferredConfig = options.
getBitmapConfig
();
374
.bitmapConfig(options.
getBitmapConfig
())
BitmapWorkerOptions.java
206
public Bitmap.Config
getBitmapConfig
() {
Completed in 578 milliseconds