Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
H A DPerimeterPathGuide.java208 int rotateMatrix = 0; in computeRegions() local
212 rotateMatrix = -90; in computeRegions()
215 rotateMatrix = -180; in computeRegions()
218 rotateMatrix = -270; in computeRegions()
223 matrix.postRotate(rotateMatrix, mDeviceWidthPx / 2, mDeviceHeightPx / 2); in computeRegions()
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java375 Matrix rotateMatrix = new Matrix(); in cropImageAndSetWallpaper()
376 rotateMatrix.setRotate(cropRotation); in cropImageAndSetWallpaper()
378 rotateMatrix.mapPoints(rotatedInSize); in cropImageAndSetWallpaper()
595 Matrix rotateMatrix = new Matrix();
600 rotateMatrix.setRotate(mRotation);
613 rotateMatrix.mapPoints(rotatedBounds);
722 rotateMatrix.mapPoints(dimsAfter);
/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DSkiaPipelineTests.cpp336 static const SkMatrix rotateMatrix = SkMatrix::MakeAll(0, -1, CANVAS_HEIGHT, 1, 0, 0, 0, 0, 1); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
348 EXPECT_EQ(rotateMatrix, getTotalMatrix()); in RENDERTHREAD_SKIA_PIPELINE_TEST()
365 SkRect::MakeWH(CANVAS_WIDTH, CANVAS_HEIGHT), surface, rotateMatrix); in RENDERTHREAD_SKIA_PIPELINE_TEST()