Searched refs:transformToRotation (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/ |
H A D | CoordinateTransformsTest.java | 27 import static com.android.server.wm.utils.CoordinateTransforms.transformToRotation; 160 transformToRotation(ROTATION_180, ROTATION_270, H, W, mMatrix); in transformBetweenRotations_rot180_rot270() 168 transformToRotation(ROTATION_180, ROTATION_270, W, H, mMatrix); in transformBetweenRotations_rot90_rot0() 181 transformToRotation(ROTATION_180, ROTATION_270, di, mMatrix); in transformBetweenRotations_displayInfo() 184 transformToRotation(ROTATION_180, ROTATION_270, H, W, mMatrix2); in transformBetweenRotations_displayInfo()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/utils/ |
H A D | CoordinateTransforms.java | 104 public static void transformToRotation(@Rotation int oldRotation, in transformToRotation() method in CoordinateTransforms 126 public static void transformToRotation(@Rotation int oldRotation, in transformToRotation() method in CoordinateTransforms
|