Searched refs:shouldAdjustForRtl (Results 1 – 7 of 7) sorted by relevance
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/ |
D | BitmapCachingAsset.java | 133 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()
|
D | ContentUriAsset.java | 120 boolean shouldAdjustForRtl, final BitmapReceiver receiver) { in decodeBitmapRegion() argument 125 super.decodeBitmapRegion(rect, targetWidth, targetHeight, shouldAdjustForRtl, receiver); in decodeBitmapRegion()
|
D | StreamableAsset.java | 168 boolean shouldAdjustForRtl, BitmapReceiver receiver) { in decodeBitmapRegion() argument 169 runDecodeBitmapRegionTask(rect, targetWidth, targetHeight, shouldAdjustForRtl, receiver); in decodeBitmapRegion()
|
D | BuiltInWallpaperAsset.java | 75 boolean shouldAdjustForRtl, BitmapReceiver receiver) { in decodeBitmapRegion() argument
|
D | Asset.java | 146 boolean shouldAdjustForRtl, BitmapReceiver receiver); in decodeBitmapRegion() argument
|
D | LiveWallpaperThumbAsset.java | 157 boolean shouldAdjustForRtl, BitmapReceiver receiver) { in decodeBitmapRegion() argument
|
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/ |
D | TestAsset.java | 74 boolean shouldAdjustForRtl, BitmapReceiver receiver) { in decodeBitmapRegion() argument
|