Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
DRegionSampling_test.cpp424 gui::ARect sampleAreaA; in TEST_F() local
425 sampleAreaA.left = sampleArea.left; in TEST_F()
426 sampleAreaA.top = sampleArea.top; in TEST_F()
427 sampleAreaA.right = sampleArea.right; in TEST_F()
428 sampleAreaA.bottom = sampleArea.bottom; in TEST_F()
432 composer->addRegionSamplingListener(sampleAreaA, mTopLayer->getHandle(), listener); in TEST_F()
446 sampleAreaA.left = sampleArea.left; in TEST_F()
447 sampleAreaA.top = sampleArea.top; in TEST_F()
448 sampleAreaA.right = sampleArea.right; in TEST_F()
449 sampleAreaA.bottom = sampleArea.bottom; in TEST_F()
[all …]