Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DStreamableAsset.java283 Matrix rotateMatrix = new Matrix(); in doInBackground() local
284 rotateMatrix.setRotate(matrixRotation); in doInBackground()
286 bitmap, 0, 0, bitmap.getWidth(), bitmap.getHeight(), rotateMatrix, false); in doInBackground()
357 Matrix rotateMatrix = new Matrix(); in doInBackground() local
358 rotateMatrix.setRotate(matrixRotation); in doInBackground()
360 … bitmap, 0, 0, bitmap.getWidth(), bitmap.getHeight(), rotateMatrix, false); in doInBackground()
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
DWallpaperTileInfo.java56 Matrix rotateMatrix = new Matrix(); in createThumbnail() local
57 rotateMatrix.setRotate(rotation); in createThumbnail()
59 rotateMatrix.mapPoints(rotatedBounds); in createThumbnail()
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/common/
DInputStreamProvider.java69 Matrix rotateMatrix = new Matrix(); in readCroppedBitmap() local
77 rotateMatrix.setRotate(rotation); in readCroppedBitmap()
86 rotateMatrix.mapPoints(rotatedBounds); in readCroppedBitmap()
178 rotateMatrix.mapPoints(dimsAfter); in readCroppedBitmap()
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
DWallpaperCropActivity.java375 Matrix rotateMatrix = new Matrix(); in cropImageAndSetWallpaper()
376 rotateMatrix.setRotate(cropRotation); in cropImageAndSetWallpaper()
378 rotateMatrix.mapPoints(rotatedInSize); in cropImageAndSetWallpaper()