Home
last modified time | relevance | path

Searched defs:rotations (Results 1 – 5 of 5) sorted by relevance

/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/embedding/
DActivityEmbeddingPolicyTests.java126 final int[] rotations = {ROTATION_0, ROTATION_90}; in testIgnoreOrientationRequestForActivityEmbeddingSplits() local
/cts/tests/pdf/module/src/android/graphics/pdf/cts/module/
DPdfRendererTransformTest.java77 int[] rotations = new int[]{0, 15, 90, 180}; in getParameters() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/display/
DAppConfigurationTests.java226 final int[] rotations = { ROTATION_270, ROTATION_180, ROTATION_90, ROTATION_0 }; in rotateAndCheckSizes() local
654 final int[] rotations = { ROTATION_270, ROTATION_180, ROTATION_90, ROTATION_0 }; in testAppOrientationWhenRotating() local
864 final int[] rotations = { ROTATION_0, ROTATION_270, ROTATION_180, ROTATION_90 }; in testFixedOrientationWhenRotating() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
DManager.java272 public void calculateRotationData(float[] rotations, float[] translation) { in calculateRotationData()
/cts/apps/CameraITS/utils/
Dsensor_fusion_utils.py381 def calc_max_rotation_angle(rotations, sensor_type): argument
568 def rotations_in_numpy(rotations, stabilized_video): argument