Searched refs:topRect (Results 1 – 2 of 2) sorted by relevance
1183 final Rect topRect = new Rect(); in moveWindowMagnificationToRightEdge_dragHandleMovesToLeftAndUpdatesTapExcludeRegion() local1185 assertTrue(iterator.next(topRect)); in moveWindowMagnificationToRightEdge_dragHandleMovesToLeftAndUpdatesTapExcludeRegion()1189 assertEquals(topRect.right, bottomRect.right); in moveWindowMagnificationToRightEdge_dragHandleMovesToLeftAndUpdatesTapExcludeRegion()1190 assertNotEquals(topRect.left, bottomRect.left); in moveWindowMagnificationToRightEdge_dragHandleMovesToLeftAndUpdatesTapExcludeRegion()1218 final Rect topRect = new Rect(); in moveWindowMagnificationToLeftEdge_dragHandleMovesToRightAndUpdatesTapExcludeRegion() local1220 assertTrue(iterator.next(topRect)); in moveWindowMagnificationToLeftEdge_dragHandleMovesToRightAndUpdatesTapExcludeRegion()1224 assertEquals(topRect.left, bottomRect.left); in moveWindowMagnificationToLeftEdge_dragHandleMovesToRightAndUpdatesTapExcludeRegion()1225 assertNotEquals(topRect.right, bottomRect.right); in moveWindowMagnificationToLeftEdge_dragHandleMovesToRightAndUpdatesTapExcludeRegion()
860 const Rect topRect(bounds.left, bounds.top, bounds.right, bounds.top + radius); in handleRoundedCorners() local861 setScissor(topRect); in handleRoundedCorners()868 if (topRect.bottom < bottomRect.top) { in handleRoundedCorners()