Home
last modified time | relevance | path

Searched defs:bottomRight (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DPixelCopyGLProducerCtsActivity.java46 public QuadColorGLRenderer(int topLeft, int topRight, int bottomLeft, int bottomRight) { in QuadColorGLRenderer()
DPixelCopyTest.java865 int topLeft, int topRight, int bottomLeft, int bottomRight) { in assertBitmapQuadColor()
867 topLeft, topRight, bottomLeft, bottomRight); in assertBitmapQuadColor() local
871 int topLeft, int topRight, int bottomLeft, int bottomRight) { in assertBitmapQuadColor()
897 int bottomLeft, int bottomRight, int threshold) { in assertBitmapQuadColor()
DTextureViewTest.java592 int topLeft, int topRight, int bottomLeft, int bottomRight) { in assertBitmapQuadColor()
594 bitmap, topLeft, topRight, bottomLeft, bottomRight); in assertBitmapQuadColor() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DRoundedCornerTests.java207 final RoundedCorner bottomRight = display.getRoundedCorner(POSITION_BOTTOM_RIGHT); in calculateWindowBounds() local
DCrossAppDragAndDropTests.java159 Point bottomRight = new Point(leftSide ? displaySize.x / 2 : displaySize.x, displaySize.y); in launchFreeformActivity() local