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 267 key.getCacheKey(), key.getBitmapConfig(), bitmap.getHeight());
289 getBucketKey(key.getCacheKey(), key.getBitmapConfig(), key.getHeight());
311 bucketKey = getBucketKey(key.getCacheKey(), key.getBitmapConfig(), SIZE_BUCKET[i]);
322 getBucketKey(key.getCacheKey(), key.getBitmapConfig(), SIZE_BUCKET[i]);
335 getBucketKey(key.getCacheKey(), key.getBitmapConfig(), SIZE_BUCKET[i]);
BitmapWorkerTask.java 210 if (options.getBitmapConfig() != null) {
211 bitmapOptions.inPreferredConfig = options.getBitmapConfig();
373 .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 195 if (options.getBitmapConfig() != null) {
196 bitmapOptions.inPreferredConfig = options.getBitmapConfig();
379 .bitmapConfig(options.getBitmapConfig())
BitmapWorkerOptions.java 206 public Bitmap.Config getBitmapConfig() {

Completed in 151 milliseconds