Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityRecordTests.java202 setupDisplayAndParentSize(600, 1200); in testRestartProcessIfVisible()
458 final DisplayPolicy policy = setupDisplayAndParentSize(600, 800).getDisplayPolicy(); in testSizeCompatMode_FixedAspectRatioBoundsWithDecor()
529 setupDisplayAndParentSize(1000, 2000); in testSizeCompatMode_FixedScreenBoundsWhenDisplaySizeChanged()
635 final DisplayContent displayContent = setupDisplayAndParentSize( in setupDisplayContentForCompatDisplayInsets()
642 private DisplayContent setupDisplayAndParentSize(int width, int height) { in setupDisplayAndParentSize() method in ActivityRecordTests