Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowStateTests.java580 final SurfaceControl.Transaction[] handledT = { null }; in testApplyWithNextDraw() local
582 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()