Searched refs:shouldAdjustForRtl (Results 1 – 9 of 9) sorted by relevance
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/ |
D | BitmapCachingAsset.java | 116 boolean shouldAdjustForRtl, BitmapReceiver receiver) { in decodeBitmapRegion() argument 119 mOriginalAsset.decodeBitmapRegion(rect, targetWidth, targetHeight, shouldAdjustForRtl, in decodeBitmapRegion() 123 CacheKey key = new CacheKey(mOriginalAsset, targetWidth, targetHeight, shouldAdjustForRtl, in decodeBitmapRegion() 129 mOriginalAsset.decodeBitmapRegion(rect, targetWidth, targetHeight, shouldAdjustForRtl, in decodeBitmapRegion()
|
D | ContentUriAsset.java | 114 boolean shouldAdjustForRtl, final BitmapReceiver receiver) { in decodeBitmapRegion() argument 119 super.decodeBitmapRegion(rect, targetWidth, targetHeight, shouldAdjustForRtl, receiver); in decodeBitmapRegion()
|
D | StreamableAsset.java | 90 boolean shouldAdjustForRtl, BitmapReceiver receiver) { in decodeBitmapRegion() argument 91 runDecodeBitmapRegionTask(rect, targetWidth, targetHeight, shouldAdjustForRtl, receiver); in decodeBitmapRegion()
|
D | CurrentWallpaperAssetV16.java | 44 boolean shouldAdjustForRtl, BitmapReceiver receiver) { in decodeBitmapRegion() argument
|
D | BuiltInWallpaperAsset.java | 70 boolean shouldAdjustForRtl, BitmapReceiver receiver) { in decodeBitmapRegion() argument
|
D | LiveWallpaperThumbAsset.java | 85 boolean shouldAdjustForRtl, BitmapReceiver receiver) { in decodeBitmapRegion() argument
|
D | Asset.java | 95 boolean shouldAdjustForRtl, BitmapReceiver receiver); in decodeBitmapRegion() argument
|
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/ |
D | TestAsset.java | 65 boolean shouldAdjustForRtl, BitmapReceiver receiver) { in decodeBitmapRegion() argument
|
/packages/apps/ThemePicker/src/com/google/android/apps/wallpaper/asset/ |
D | ThemeBundleThumbAsset.java | 53 boolean shouldAdjustForRtl, BitmapReceiver receiver) { in decodeBitmapRegion() argument
|