Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DStreamableAsset.java83 int newTargetWidth = targetWidth; in decodeBitmap() local
90 newTargetHeight = newTargetWidth; in decodeBitmap()
91 newTargetWidth = tempHeight; in decodeBitmap()
103 rawDimensions.x, rawDimensions.y, newTargetWidth, newTargetHeight); in decodeBitmap()
219 int newTargetWidth = targetWidth; in runDecodeBitmapRegionTask() local
227 newTargetHeight = newTargetWidth; in runDecodeBitmapRegionTask()
228 newTargetWidth = tempHeight; in runDecodeBitmapRegionTask()
244 cropRect.width(), cropRect.height(), newTargetWidth, newTargetHeight); in runDecodeBitmapRegionTask()