Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DConfigChangeTests.java127 testRotation180WithCutout(TEST_ACTIVITY, TEST_MODE_RELAUNCH_OR_CONFIG_CHANGE); in testRotation180RelaunchWithCutout()
136 testRotation180WithCutout(NO_RELAUNCH_ACTIVITY, TEST_MODE_CONFIGURATION_CHANGE); in testRotation180NoRelaunchWithCutout()
149 testRotation180WithCutout(TEST_ACTIVITY, TEST_MODE_RESIZE); in testConfigChangeWhenRotatingWithCutout()
152 private void testRotation180WithCutout(ComponentName activityName, @TestMode int testMode) in testRotation180WithCutout() method in ConfigChangeTests