Home
last modified time | relevance | path

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

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