Searched refs:shouldAdjustForRtl (Results 1 – 9 of 9) sorted by relevance
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/ |
H A 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()
|
H A D | ContentUriAsset.java | 118 boolean shouldAdjustForRtl, final BitmapReceiver receiver) { in decodeBitmapRegion() argument 123 super.decodeBitmapRegion(rect, targetWidth, targetHeight, shouldAdjustForRtl, receiver); in decodeBitmapRegion()
|
H A D | StreamableAsset.java | 90 boolean shouldAdjustForRtl, BitmapReceiver receiver) { in decodeBitmapRegion() argument 91 runDecodeBitmapRegionTask(rect, targetWidth, targetHeight, shouldAdjustForRtl, receiver); in decodeBitmapRegion()
|
H A D | CurrentWallpaperAssetV16.java | 44 boolean shouldAdjustForRtl, BitmapReceiver receiver) { in decodeBitmapRegion() argument
|
H A D | BuiltInWallpaperAsset.java | 70 boolean shouldAdjustForRtl, BitmapReceiver receiver) { in decodeBitmapRegion() argument
|
H A D | LiveWallpaperThumbAsset.java | 85 boolean shouldAdjustForRtl, BitmapReceiver receiver) { in decodeBitmapRegion() argument
|
H A D | Asset.java | 95 boolean shouldAdjustForRtl, BitmapReceiver receiver); in decodeBitmapRegion() argument
|
/aosp12/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/ |
H A D | TestAsset.java | 65 boolean shouldAdjustForRtl, BitmapReceiver receiver) { in decodeBitmapRegion() argument
|
/aosp12/packages/apps/ThemePicker/src/com/google/android/apps/wallpaper/asset/ |
H A D | ThemeBundleThumbAsset.java | 53 boolean shouldAdjustForRtl, BitmapReceiver receiver) { in decodeBitmapRegion() argument
|