Searched refs:testDisplayInfo (Results 1 – 1 of 1) sorted by relevance
2533 final DisplayInfo testDisplayInfo = new DisplayInfo(); in testCreateTestDisplayContentFromDisplayInfo() local2534 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()