Home
last modified time | relevance | path

Searched refs: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() argument
48 mTopRightColor = topRight; in QuadColorGLRenderer()
DPixelCopyTest.java865 int topLeft, int topRight, int bottomLeft, int bottomRight) { in assertBitmapQuadColor() argument
867 topLeft, topRight, bottomLeft, bottomRight); in assertBitmapQuadColor() local
871 int topLeft, int topRight, int bottomLeft, int bottomRight) { in assertBitmapQuadColor() argument
877 assertEquals("Top right", topRight, getPixelFloatPos(bitmap, .75f, .25f)); in assertBitmapQuadColor()
887 assertEquals("Top right II", topRight, getPixelFloatPos(bitmap, above, below)); in assertBitmapQuadColor()
896 private void assertBitmapQuadColor(Bitmap bitmap, int topLeft, int topRight, in assertBitmapQuadColor() argument
904 assertBitmapColor("Top right", bitmap, topRight, in assertBitmapQuadColor()
915 assertBitmapColor("Top right II", bitmap, topRight, in assertBitmapQuadColor()
DTextureViewTest.java592 int topLeft, int topRight, int bottomLeft, int bottomRight) { in assertBitmapQuadColor() argument
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
214 bounds.right = Math.min(topRight != null ? topRight.getCenter().x : width, in calculateWindowBounds()