Searched refs:modeWithoutDv (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/tests/mockingcoretests/src/android/view/ |
D | DisplayTest.java | 128 Display.Mode modeWithoutDv = new Display.Mode(/* modeId= */ 1, 0, 0, 0f, in testGetReportedHdrTypes_returns_mode_specific_hdr_types() local 131 mDisplayInfo.supportedModes = new Display.Mode[] {modeWithoutDv, modeWithDv}; in testGetReportedHdrTypes_returns_mode_specific_hdr_types() 153 Display.Mode modeWithoutDv = new Display.Mode(/* modeId= */ 1, 0, 0, 0f, in testGetHdrCapabilities_getSupportedHdrTypes_returns_mode_specific_hdr_types() local 156 mDisplayInfo.supportedModes = new Display.Mode[] {modeWithoutDv, modeWithDv}; in testGetHdrCapabilities_getSupportedHdrTypes_returns_mode_specific_hdr_types()
|