Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
DWindowMagnificationControllerTest.java1183 final Rect topRect = new Rect(); in moveWindowMagnificationToRightEdge_dragHandleMovesToLeftAndUpdatesTapExcludeRegion() local
1185 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() local
1220 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()
/frameworks/av/media/libstagefright/renderfright/gl/
DGLESRenderEngine.cpp860 const Rect topRect(bounds.left, bounds.top, bounds.right, bounds.top + radius); in handleRoundedCorners() local
861 setScissor(topRect); in handleRoundedCorners()
868 if (topRect.bottom < bottomRect.top) { in handleRoundedCorners()