Home
last modified time | relevance | path

Searched refs:MSSIMComparer (Results 1 – 14 of 14) sorted by relevance

/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DHardwareBitmapTests.java39 import android.uirendering.cts.bitmapcomparers.MSSIMComparer;
79 R.drawable.golden_robot, new MSSIMComparer(0.95))); in testDecodeResource()
91 R.drawable.golden_headless_robot, new MSSIMComparer(0.95))); in testBitmapRegionDecode()
149 R.drawable.golden_hardwaretest_ninepatch, new MSSIMComparer(0.95))); in testNinePatch()
169 R.drawable.golden_hardwaretest_create_scaled, new MSSIMComparer(0.9))); in testCreateScaledBitmap()
183 R.drawable.golden_hardwaretest_create_subset, new MSSIMComparer(0.9))); in testCreateSubsetBitmap()
197 R.drawable.golden_hardwaretest_create_transformed, new MSSIMComparer(0.9))); in testCreateTransformedBitmap()
215 }, true).runWithComparer(new MSSIMComparer(0.99)); in testCompressHardware()
248 }, true).runWithComparer(new MSSIMComparer(0.99)); in testBitmapCopy()
DShapeTests.java22 import android.uirendering.cts.bitmapcomparers.MSSIMComparer;
38 R.drawable.golden_dashed_oval, new MSSIMComparer(0.99))); in testDashedOval()
DViewAnimationUtilsTests.java22 import android.uirendering.cts.bitmapcomparers.MSSIMComparer;
43 R.drawable.golden_blue_circle, new MSSIMComparer(0.99))); in testCreateCircularReveal()
DPathClippingTests.java31 import android.uirendering.cts.bitmapcomparers.MSSIMComparer;
99 R.drawable.pathclippingtest_torus, new MSSIMComparer(0.95))); in testCircleWithCircle()
167 .runWithComparer(new MSSIMComparer(0.90)); in testPathScale()
189 .runWithComparer(new MSSIMComparer(0.90)); in testTextClip()
222 .runWithComparer(new MSSIMComparer(0.95)); in testWebViewClipWithCircle()
DPathTests.java10 import android.uirendering.cts.bitmapcomparers.MSSIMComparer;
37 R.drawable.text_path_with_offset, new MSSIMComparer(0.92))); in testTextPathWithOffset()
94 goldenResourceId, new MSSIMComparer(0.98))); in verifyPathApproximation()
DAutofillHighlightTests.java28 import android.uirendering.cts.bitmapcomparers.MSSIMComparer;
59 .runWithVerifier(new GoldenImageVerifier(goldenBitmap, new MSSIMComparer(0.99))); in testHighlightedFrameLayout()
DInfrastructureTests.java26 import android.uirendering.cts.bitmapcomparers.MSSIMComparer;
66 return !(new MSSIMComparer(threshold)).verifySame(ideal, given, offset, stride, in testRenderSpecIsolation()
DBitmapTests.java31 import android.uirendering.cts.bitmapcomparers.MSSIMComparer;
156 MSSIMComparer comparer = new MSSIMComparer(0.99); in testChangeDuringUiAnimation()
DSweepTests.java29 import android.uirendering.cts.bitmapcomparers.MSSIMComparer;
82 new MSSIMComparer(HIGH_THRESHOLD)
DExactCanvasTests.java32 import android.uirendering.cts.bitmapcomparers.MSSIMComparer;
169 R.drawable.text_on_path, new MSSIMComparer(0.6))); in testTextOnPath()
185 R.drawable.text_on_path, new MSSIMComparer(0.6))); in testTextOnPathUsingPicture()
DFontRenderingTests.java28 import android.uirendering.cts.bitmapcomparers.MSSIMComparer;
52 BitmapComparer comparer = new MSSIMComparer( in fontTestBody()
DShaderTests.java31 import android.uirendering.cts.bitmapcomparers.MSSIMComparer;
140 .runWithComparer(new MSSIMComparer(0.98f)); in testComplexShaderUsage()
DEdgeEffectTests.java36 import android.uirendering.cts.bitmapcomparers.MSSIMComparer;
90 new MSSIMComparer(0.99)); in assertEdgeEffect()
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
DMSSIMComparer.java27 public class MSSIMComparer extends BitmapComparer { class
39 public MSSIMComparer(double threshold) { in MSSIMComparer() method in MSSIMComparer