Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerSnapshotBuilder.cpp234 bool croppedByParent = bufferInScreenSpace != Rect{snapshot.transformedBounds}; in handleDropInputMode()
236 if (croppedByParent) { in handleDropInputMode()
/frameworks/native/services/surfaceflinger/tests/unittests/
DLayerSnapshotTest.cpp147 TEST_F(LayerSnapshotTest, croppedByParent) { in TEST_F() argument
/frameworks/native/services/surfaceflinger/
DLayer.cpp2451 bool croppedByParent = bufferInScreenSpace != Rect{mScreenBounds}; in handleDropInputMode()
2453 if (croppedByParent) { in handleDropInputMode()