Home
last modified time | relevance | path

Searched refs:testRotation (Results 1 – 4 of 4) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DConfigChangeTests.java70 testRotation(TEST_ACTIVITY, 1, 1, 0); in testRotation90Relaunch()
78 testRotation(NO_RELAUNCH_ACTIVITY, 1, 0, 1); in testRotation90NoRelaunch()
88 testRotation(TEST_ACTIVITY, 2, 0, 0); in testRotation180_RegularActivity()
98 testRotation(NO_RELAUNCH_ACTIVITY, 2, 0, 0); in testRotation180_NoRelaunchActivity()
206 private void testRotation(ComponentName activityName, int rotationStep, int numRelaunch, in testRotation() method in ConfigChangeTests
/cts/tests/app/src/android/app/cts/
DDisplayTest.java52 public void testRotation() throws Throwable { in testRotation() method in DisplayTest
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DRobustnessPath.java189 boolean rotationTest = testRotation(eulerRotation, rotationLocation); in handleRotation()
205 private boolean testRotation(double eulerRotation, float[] rotationLocation) { in testRotation() method in RobustnessPath
/cts/tests/tests/transition/src/android/transition/cts/
DChangeTransformTest.java76 public void testRotation() throws Throwable { in testRotation() method in ChangeTransformTest