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