Searched refs:childSc (Results 1 – 1 of 1) sorted by relevance
2153 final SurfaceControl childSc = mDisplayContent.getChildAt(i).mSurfaceControl; in testValidWindowingLayer() local2154 verify(mTransaction).reparent(eq(childSc), eq(mDisplayContent.mSurfaceControl)); in testValidWindowingLayer()2155 verify(mTransaction, never()).reparent(eq(childSc), eq(windowingLayer)); in testValidWindowingLayer()