Home
last modified time | relevance | path

Searched refs:shouldAdjustForRtl (Results 1 – 7 of 7) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DBitmapCachingAsset.java133 boolean shouldAdjustForRtl, BitmapReceiver receiver) { in decodeBitmapRegion() argument
136 mOriginalAsset.decodeBitmapRegion(rect, targetWidth, targetHeight, shouldAdjustForRtl, in decodeBitmapRegion()
140 CacheKey key = new CacheKey(mOriginalAsset, targetWidth, targetHeight, shouldAdjustForRtl, in decodeBitmapRegion()
146 mOriginalAsset.decodeBitmapRegion(rect, targetWidth, targetHeight, shouldAdjustForRtl, in decodeBitmapRegion()
DContentUriAsset.java120 boolean shouldAdjustForRtl, final BitmapReceiver receiver) { in decodeBitmapRegion() argument
125 super.decodeBitmapRegion(rect, targetWidth, targetHeight, shouldAdjustForRtl, receiver); in decodeBitmapRegion()
DStreamableAsset.java168 boolean shouldAdjustForRtl, BitmapReceiver receiver) { in decodeBitmapRegion() argument
169 runDecodeBitmapRegionTask(rect, targetWidth, targetHeight, shouldAdjustForRtl, receiver); in decodeBitmapRegion()
DBuiltInWallpaperAsset.java75 boolean shouldAdjustForRtl, BitmapReceiver receiver) { in decodeBitmapRegion() argument
DAsset.java146 boolean shouldAdjustForRtl, BitmapReceiver receiver); in decodeBitmapRegion() argument
DLiveWallpaperThumbAsset.java157 boolean shouldAdjustForRtl, BitmapReceiver receiver) { in decodeBitmapRegion() argument
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestAsset.java74 boolean shouldAdjustForRtl, BitmapReceiver receiver) { in decodeBitmapRegion() argument