Searched defs:OutputDevOptRepaintFlashTest (Results 1 – 1 of 1) sorted by relevance
2933 struct OutputDevOptRepaintFlashTest : public testing::Test { struct2934 struct OutputPartialMock : public OutputPartialMockBase {2949 OutputDevOptRepaintFlashTest() { in OutputDevOptRepaintFlashTest() function2955 static const Region kEmptyRegion;2956 static const Region kNotEmptyRegion;2958 StrictMock<OutputPartialMock> mOutput;2959 mock::DisplayColorProfile* mDisplayColorProfile = new StrictMock<mock::DisplayColorProfile>();2960 mock::RenderSurface* mRenderSurface = new StrictMock<mock::RenderSurface>();2961 CompositionRefreshArgs mRefreshArgs;2967 TEST_F(OutputDevOptRepaintFlashTest, doesNothingIfFlashDelayNotSet) { in TEST_F() argument[all …]