Home
last modified time | relevance | path

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

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