Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayContentTests.java2584 final DisplayInfo testDisplayInfo = new DisplayInfo(); in testCreateTestDisplayContentFromDisplayInfo() local
2585 mContext.getDisplay().getDisplayInfo(testDisplayInfo); in testCreateTestDisplayContentFromDisplayInfo()
2586 testDisplayInfo.logicalWidth = displayWidth; in testCreateTestDisplayContentFromDisplayInfo()
2587 testDisplayInfo.logicalHeight = displayHeight; in testCreateTestDisplayContentFromDisplayInfo()
2588 testDisplayInfo.logicalDensityDpi = TestDisplayContent.DEFAULT_LOGICAL_DISPLAY_DENSITY; in testCreateTestDisplayContentFromDisplayInfo()
2590 testDisplayInfo).build(); in testCreateTestDisplayContentFromDisplayInfo()