Searched refs:bottomRect (Results 1 – 2 of 2) sorted by relevance
1184 final Rect bottomRect = new Rect(); in moveWindowMagnificationToRightEdge_dragHandleMovesToLeftAndUpdatesTapExcludeRegion() local1186 assertTrue(iterator.next(bottomRect)); in moveWindowMagnificationToRightEdge_dragHandleMovesToLeftAndUpdatesTapExcludeRegion()1189 assertEquals(topRect.right, bottomRect.right); in moveWindowMagnificationToRightEdge_dragHandleMovesToLeftAndUpdatesTapExcludeRegion()1190 assertNotEquals(topRect.left, bottomRect.left); in moveWindowMagnificationToRightEdge_dragHandleMovesToLeftAndUpdatesTapExcludeRegion()1219 final Rect bottomRect = new Rect(); in moveWindowMagnificationToLeftEdge_dragHandleMovesToRightAndUpdatesTapExcludeRegion() local1221 assertTrue(iterator.next(bottomRect)); in moveWindowMagnificationToLeftEdge_dragHandleMovesToRightAndUpdatesTapExcludeRegion()1224 assertEquals(topRect.left, bottomRect.left); in moveWindowMagnificationToLeftEdge_dragHandleMovesToRightAndUpdatesTapExcludeRegion()1225 assertNotEquals(topRect.right, bottomRect.right); in moveWindowMagnificationToLeftEdge_dragHandleMovesToRightAndUpdatesTapExcludeRegion()
863 const Rect bottomRect(bounds.left, bounds.bottom - radius, bounds.right, bounds.bottom); in handleRoundedCorners() local864 setScissor(bottomRect); in handleRoundedCorners()868 if (topRect.bottom < bottomRect.top) { in handleRoundedCorners()