Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
H A DBitmapCachingAsset.java116 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 DContentUriAsset.java118 boolean shouldAdjustForRtl, final BitmapReceiver receiver) { in decodeBitmapRegion() argument
123 super.decodeBitmapRegion(rect, targetWidth, targetHeight, shouldAdjustForRtl, receiver); in decodeBitmapRegion()
H A DStreamableAsset.java90 boolean shouldAdjustForRtl, BitmapReceiver receiver) { in decodeBitmapRegion() argument
91 runDecodeBitmapRegionTask(rect, targetWidth, targetHeight, shouldAdjustForRtl, receiver); in decodeBitmapRegion()
H A DCurrentWallpaperAssetV16.java44 boolean shouldAdjustForRtl, BitmapReceiver receiver) { in decodeBitmapRegion() argument
H A DBuiltInWallpaperAsset.java70 boolean shouldAdjustForRtl, BitmapReceiver receiver) { in decodeBitmapRegion() argument
H A DLiveWallpaperThumbAsset.java85 boolean shouldAdjustForRtl, BitmapReceiver receiver) { in decodeBitmapRegion() argument
H A DAsset.java95 boolean shouldAdjustForRtl, BitmapReceiver receiver); in decodeBitmapRegion() argument
/aosp12/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
H A DTestAsset.java65 boolean shouldAdjustForRtl, BitmapReceiver receiver) { in decodeBitmapRegion() argument
/aosp12/packages/apps/ThemePicker/src/com/google/android/apps/wallpaper/asset/
H A DThemeBundleThumbAsset.java53 boolean shouldAdjustForRtl, BitmapReceiver receiver) { in decodeBitmapRegion() argument