Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/
DCoordinateTransformsTest.java26 import static com.android.server.wm.utils.CoordinateTransforms.transformToRotation;
159 transformToRotation(ROTATION_180, ROTATION_270, H, W, mMatrix); in transformBetweenRotations_rot180_rot270()
167 transformToRotation(ROTATION_180, ROTATION_270, W, H, mMatrix); in transformBetweenRotations_rot90_rot0()
180 transformToRotation(ROTATION_180, ROTATION_270, di, mMatrix); in transformBetweenRotations_displayInfo()
183 transformToRotation(ROTATION_180, ROTATION_270, H, W, mMatrix2); in transformBetweenRotations_displayInfo()
/frameworks/base/services/core/java/com/android/server/wm/utils/
DCoordinateTransforms.java106 public static void transformToRotation(@Rotation int oldRotation, in transformToRotation() method in CoordinateTransforms
128 public static void transformToRotation(@Rotation int oldRotation, in transformToRotation() method in CoordinateTransforms