Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DOutputTest.cpp2682 struct OutputDevOptRepaintFlashTest : public testing::Test { struct
2683 struct OutputPartialMock : public OutputPartialMockBase {
2694 OutputDevOptRepaintFlashTest() { in OutputDevOptRepaintFlashTest() function
2700 static const Region kEmptyRegion;
2701 static const Region kNotEmptyRegion;
2703 StrictMock<OutputPartialMock> mOutput;
2705 mock::RenderSurface* mRenderSurface = new StrictMock<mock::RenderSurface>();
2706 CompositionRefreshArgs mRefreshArgs;
2712 TEST_F(OutputDevOptRepaintFlashTest, doesNothingIfFlashDelayNotSet) { in TEST_F() argument
2720 TEST_F(OutputDevOptRepaintFlashTest, postsAndPreparesANewFrameIfNotEnabled) { in TEST_F() argument
[all …]