Searched refs:topRight (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | PixelCopyGLProducerCtsActivity.java | 46 public QuadColorGLRenderer(int topLeft, int topRight, int bottomLeft, int bottomRight) { in QuadColorGLRenderer() argument 48 mTopRightColor = topRight; in QuadColorGLRenderer()
|
D | PixelCopyTest.java | 765 public static void assertBitmapQuadColor(Bitmap bitmap, int topLeft, int topRight, in assertBitmapQuadColor() argument 771 assertEquals("Top right", topRight, getPixelFloatPos(bitmap, .75f, .25f)); in assertBitmapQuadColor() 776 private void assertBitmapQuadColor(Bitmap bitmap, int topLeft, int topRight, in assertBitmapQuadColor() argument 781 assertTrue("Top right", pixelsAreSame(topRight, getPixelFloatPos(bitmap, .75f, .25f), in assertBitmapQuadColor()
|