Home
last modified time | relevance | path

Searched refs:mDisplayRect (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/
DLayerTransactionTest.h244 Rect mDisplayRect = Rect::INVALID_RECT; variable
259 mDisplayRect = Rect(config.resolution); in SetUpDisplay()
260 mDisplayWidth = mDisplayRect.getWidth(); in SetUpDisplay()
261 mDisplayHeight = mDisplayRect.getHeight(); in SetUpDisplay()
DLayerTypeAndRenderTypeTransaction_test.cpp109 getScreenCapture()->expectColor(mDisplayRect, Color::BLACK); in TEST_P()
404 getScreenCapture()->expectColor(mDisplayRect, Color::BLACK); in TEST_P()
DLayerRenderTypeTransaction_test.cpp104 getScreenCapture()->expectColor(mDisplayRect, Color::BLACK); in TEST_P()
110 getScreenCapture()->expectColor(mDisplayRect, Color::BLACK); in TEST_P()
449 .setTransparentRegionHint(layerTransparent, Region(mDisplayRect)) in TEST_P()
468 .setTransparentRegionHint(layerTransparent, Region(mDisplayRect)) in TEST_P()