Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayContentTests.java2164 final SurfaceControl dc2WinLayer = dc2.getWindowingLayer(); in testValidWindowingLayer() local
2166 assertEquals(dc2WinLayer, dc2WinArea.mSurfaceControl); in testValidWindowingLayer()
2172 verify(mTransaction).reparent(eq(dc2WinLayer), eq(dc2.mSurfaceControl)); in testValidWindowingLayer()
2184 verify(mTransaction).reparent(eq(child.mSurfaceControl), eq(dc2WinLayer)); in testValidWindowingLayer()