Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DImagePreviewFragment.java316 Point targetPageBitmapSize = new Point(mRawWallpaperSize); in initFullResView() local
317 mWallpaperAsset.decodeBitmap(targetPageBitmapSize.x, targetPageBitmapSize.y, in initFullResView()