Home
last modified time | relevance | path

Searched refs:testPoints (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/uirendering27/src/android/uirendering/cts/bitmapverifiers/
DSamplePointVerifier.java36 public SamplePointVerifier(Point[] testPoints, int[] expectedColors) { in SamplePointVerifier() argument
37 this(testPoints, expectedColors, DEFAULT_TOLERANCE); in SamplePointVerifier()
40 public SamplePointVerifier(Point[] testPoints, int[] expectedColors, int tolerance) { in SamplePointVerifier() argument
41 mTestPoints = testPoints; in SamplePointVerifier()
82 public static SamplePointVerifier create(Point[] testPoints, int[] expectedColors, in create() argument
84 return new SamplePointVerifier(testPoints, expectedColors, tolerance) { in create()
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
DSamplePointVerifier.java36 public SamplePointVerifier(Point[] testPoints, int[] expectedColors) { in SamplePointVerifier() argument
37 this(testPoints, expectedColors, DEFAULT_TOLERANCE); in SamplePointVerifier()
40 public SamplePointVerifier(Point[] testPoints, int[] expectedColors, int tolerance) { in SamplePointVerifier() argument
41 mTestPoints = testPoints; in SamplePointVerifier()
82 public static SamplePointVerifier create(Point[] testPoints, int[] expectedColors, in create() argument
84 return new SamplePointVerifier(testPoints, expectedColors, tolerance) { in create()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DLayerTests.java545 Point[] testPoints = new Point[] { in testWebViewWithUnclippedLayer() local
565 testPoints[2].y = TEST_HEIGHT in testWebViewWithUnclippedLayer()
567 testPoints[3].y = TEST_HEIGHT in testWebViewWithUnclippedLayer()
571 testPoints, in testWebViewWithUnclippedLayer()
587 Point[] testPoints = new Point[] { in testWebViewWithUnclippedLayerAndComplexClip() local
608 testPoints[3].y = TEST_HEIGHT in testWebViewWithUnclippedLayerAndComplexClip()
610 testPoints[4].y = TEST_HEIGHT in testWebViewWithUnclippedLayerAndComplexClip()
614 testPoints, in testWebViewWithUnclippedLayerAndComplexClip()
DCanvasTests.java77 Point[] testPoints = { in testDrawDoubleRoundRect() local
113 .runWithVerifier(new SamplePointVerifier(testPoints, colors)); in testDrawDoubleRoundRect()
118 Point[] testPoints = { in testDrawDoubleRoundRectWithRadii() local
167 .runWithVerifier(new SamplePointVerifier(testPoints, colors)); in testDrawDoubleRoundRectWithRadii()
DExactCanvasTests.java65 public void testPoints() { in testPoints() method in ExactCanvasTests