Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DStreamableAsset.java119 Matrix rotateMatrix = new Matrix(); in decodeBitmap() local
120 rotateMatrix.setRotate(matrixRotation); in decodeBitmap()
123 rotateMatrix, false); in decodeBitmap()
146 Matrix rotateMatrix = new Matrix(); in decodeBitmap() local
147 rotateMatrix.setRotate(matrixRotation); in decodeBitmap()
149 bitmap.getHeight(), rotateMatrix, false); in decodeBitmap()
259 Matrix rotateMatrix = new Matrix(); in runDecodeBitmapRegionTask() local
260 rotateMatrix.setRotate(matrixRotation); in runDecodeBitmapRegionTask()
262 bitmap, 0, 0, bitmap.getWidth(), bitmap.getHeight(), rotateMatrix, in runDecodeBitmapRegionTask()