Searched refs:drawT (Results 1 – 2 of 2) sorted by relevance
394 final Transaction drawT = in updateInsetsControlPosition() local396 if (drawT != null) { in updateInsetsControlPosition()397 t = drawT; in updateInsetsControlPosition()
584 final SurfaceControl.Transaction drawT = new StubTransaction(); in testApplyWithNextDraw() local588 assertTrue(win.finishDrawing(drawT, Integer.MAX_VALUE)); in testApplyWithNextDraw()590 verify(currT).merge(eq(drawT)); in testApplyWithNextDraw()591 assertEquals(drawT, handledT[0]); in testApplyWithNextDraw()598 assertNotEquals(drawT, handledT[0]); in testApplyWithNextDraw()