Searched refs:mResources (Results 1 – 3 of 3) sorted by relevance
40 private final Resources mResources; field in DefaultFieldTypesLocalJsonSource44 mResources = resources; in DefaultFieldTypesLocalJsonSource()59 InputStream is = mResources.openRawResource(R.raw.default_field_types); in getDefaultFieldTypes()
53 protected Resources mResources; field in ImageWorker61 mResources = context.getResources(); in ImageWorker()97 new AsyncDrawable(mResources, mLoadingBitmap, task); in loadImage()138 mLoadingBitmap = BitmapFactory.decodeResource(mResources, resId); in setLoadingImage()322 drawable = new BitmapDrawable(mResources, bitmap); in doInBackground()326 drawable = new RecyclingBitmapDrawable(mResources, bitmap); in doInBackground()442 new BitmapDrawable(mResources, mLoadingBitmap)); in setImageDrawable()
95 return decodeSampledBitmapFromResource(mResources, resId, mImageWidth, in processBitmap()