Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DManifestLayoutTests.java92 testMinimalSize(WINDOWING_MODE_FREEFORM); in testMinimalSizeFreeform()
100 testMinimalSize(WINDOWING_MODE_SPLIT_SCREEN_PRIMARY); in testMinimalSizeDocked()
103 private void testMinimalSize(int windowingMode) throws Exception { in testMinimalSize() method in ManifestLayoutTests