Searched refs:drawT (Results 1 – 2 of 2) sorted by relevance
357 final Transaction drawT = in onPostLayout() local359 if (drawT != null) { in onPostLayout()360 t = drawT; in onPostLayout()
556 final SurfaceControl.Transaction drawT = new StubTransaction(); in testApplyWithNextDraw() local560 assertTrue(win.finishDrawing(drawT, Integer.MAX_VALUE)); in testApplyWithNextDraw()562 verify(currT).merge(eq(drawT)); in testApplyWithNextDraw()563 assertEquals(drawT, handledT[0]); in testApplyWithNextDraw()570 assertNotEquals(drawT, handledT[0]); in testApplyWithNextDraw()