Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayContentTests.java2533 final DisplayInfo testDisplayInfo = new DisplayInfo(); in testCreateTestDisplayContentFromDisplayInfo() local
2534 mContext.getDisplay().getDisplayInfo(testDisplayInfo); in testCreateTestDisplayContentFromDisplayInfo()
2535 testDisplayInfo.logicalWidth = displayWidth; in testCreateTestDisplayContentFromDisplayInfo()
2536 testDisplayInfo.logicalHeight = displayHeight; in testCreateTestDisplayContentFromDisplayInfo()
2537 testDisplayInfo.logicalDensityDpi = TestDisplayContent.DEFAULT_LOGICAL_DISPLAY_DENSITY; in testCreateTestDisplayContentFromDisplayInfo()
2539 testDisplayInfo).build(); in testCreateTestDisplayContentFromDisplayInfo()