Searched refs:rotateMatrix (Results 1 – 4 of 4) sorted by relevance
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/ |
D | StreamableAsset.java | 283 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/ |
D | WallpaperTileInfo.java | 56 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/ |
D | InputStreamProvider.java | 69 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/ |
D | WallpaperCropActivity.java | 375 Matrix rotateMatrix = new Matrix(); in cropImageAndSetWallpaper() 376 rotateMatrix.setRotate(cropRotation); in cropImageAndSetWallpaper() 378 rotateMatrix.mapPoints(rotatedInSize); in cropImageAndSetWallpaper()
|