Searched defs:rotations (Results 1 – 5 of 5) sorted by relevance
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/embedding/ |
D | ActivityEmbeddingPolicyTests.java | 126 final int[] rotations = {ROTATION_0, ROTATION_90}; in testIgnoreOrientationRequestForActivityEmbeddingSplits() local
|
/cts/tests/pdf/module/src/android/graphics/pdf/cts/module/ |
D | PdfRendererTransformTest.java | 77 int[] rotations = new int[]{0, 15, 90, 180}; in getParameters() local
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/display/ |
D | AppConfigurationTests.java | 226 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/ |
D | Manager.java | 272 public void calculateRotationData(float[] rotations, float[] translation) { in calculateRotationData()
|
/cts/apps/CameraITS/utils/ |
D | sensor_fusion_utils.py | 381 def calc_max_rotation_angle(rotations, sensor_type): argument 568 def rotations_in_numpy(rotations, stabilized_video): argument
|