Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowOrganizerTests.java504 final int origScreenHDp = task.getConfiguration().screenHeightDp; in testOverrideConfigSize() local
508 .toWindowContainerToken(), origScreenWDp, origScreenHDp / 2); in testOverrideConfigSize()
510 assertEquals(origScreenHDp / 2, task.getConfiguration().screenHeightDp); in testOverrideConfigSize()
515 assertEquals(origScreenHDp, task.getConfiguration().screenHeightDp); in testOverrideConfigSize()