HomeSort by relevance Sort by last modified time
    Searched refs:getBitmapConfig (Results 1 - 5 of 5) sorted by null

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
BitmapDownloader.java 269 key.getCacheKey(), key.getBitmapConfig(), bitmap.getHeight());
291 getBucketKey(key.getCacheKey(), key.getBitmapConfig(), key.getHeight());
313 bucketKey = getBucketKey(key.getCacheKey(), key.getBitmapConfig(), SIZE_BUCKET[i]);
324 getBucketKey(key.getCacheKey(), key.getBitmapConfig(), SIZE_BUCKET[i]);
337 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 135 milliseconds