Home
last modified time | relevance | path

Searched defs:topRight (Results 1 – 4 of 4) 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()
896 private void assertBitmapQuadColor(Bitmap bitmap, int topLeft, int topRight, 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.java206 final RoundedCorner topRight = display.getRoundedCorner(POSITION_TOP_RIGHT); in calculateWindowBounds() local