Searched refs:handledT (Results 1 – 1 of 1) sorted by relevance
580 final SurfaceControl.Transaction[] handledT = { null }; in testApplyWithNextDraw() local582 win.applyWithNextDraw(t -> handledT[0] = t); in testApplyWithNextDraw()591 assertEquals(drawT, handledT[0]); in testApplyWithNextDraw()595 win.applyWithNextDraw(t -> handledT[0] = t); in testApplyWithNextDraw()598 assertNotEquals(drawT, handledT[0]); in testApplyWithNextDraw()