Home
last modified time | relevance | path

Searched defs:OutputDevOptRepaintFlashTest (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DOutputTest.cpp2996 struct OutputDevOptRepaintFlashTest : public testing::Test { struct
2997 struct OutputPartialMock : public OutputPartialMockBase {
3012 OutputDevOptRepaintFlashTest() { in OutputDevOptRepaintFlashTest() argument
3018 static const Region kEmptyRegion;
3019 static const Region kNotEmptyRegion;
3021 StrictMock<OutputPartialMock> mOutput;
3022 mock::DisplayColorProfile* mDisplayColorProfile = new StrictMock<mock::DisplayColorProfile>();
3023 mock::RenderSurface* mRenderSurface = new StrictMock<mock::RenderSurface>();
3024 CompositionRefreshArgs mRefreshArgs;
3030 TEST_F(OutputDevOptRepaintFlashTest, doesNothingIfFlashDelayNotSet) { in TEST_F() argument
[all …]