summaryrefslogtreecommitdiff
path: root/services/surfaceflinger/tests/unittests/SurfaceFlinger_SetDisplayStateTest.cpp
AgeCommit message (Collapse)Author
2021-05-21Inform SurfaceFlinger about displays which receive inputEvan Rosky
Right now, multiple display devices can share a layerstack. This means that when constructing InputWindowInfo, its impossible to know which display transform matches the display viewport that inputflinger dispatches against. To remedy this, have displaymanager inform surfaceflinger which displays "receiveInput" using the same logic that controls which display viewport it sends to inputflinger. Bug: 179274888 Test: atest SetDisplayStateLockedTest Change-Id: If0ffb1b5405f7e7dcdf8ea2f12c109d661a540fe
2020-10-09SF: Split DisplayTransactionTestMarin Shalamanov
Test: atest libsurfaceflinger_unittests Change-Id: Ia29e8fa68ccd128923d52c33e106aafb6c5e9b9c