Home
last modified time | relevance | path

Searched refs:verifyTest (Results 1 – 9 of 9) sorted by relevance

/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceSyncGroupContinuousTest.java49 mCapturedActivity.verifyTest( in testSurfaceControlViewHostIPCSync_Fast()
55 mCapturedActivity.verifyTest( in testSurfaceControlViewHostIPCSync_Slow()
62 mCapturedActivity.verifyTest( in testSurfaceControlViewHostSyncInProcess()
DASurfaceControlTest.java282 private void verifyTest(BasicSurfaceHolderCallback callback, PixelChecker pixelChecker) { in verifyTest() method in ASurfaceControlTest
284 mActivity.verifyTest(surfaceHolderCallback, pixelChecker, mName); in verifyTest()
323 verifyTest( in testSurfaceControl_createFromWindow()
340 verifyTest( in testSurfaceControl_create()
363 verifyTest( in testSurfaceControl_fromJava()
387 verifyTest( in testSurfaceTransaction_fromJava()
408 verifyTest( in testSurfaceControl_acquire()
431 verifyTest( in testSurfaceTransaction_setBuffer()
450 verifyTest( in testSurfaceTransaction_setNullBuffer()
470 verifyTest( in testSurfaceTransaction_setBuffer_parentAndChild()
[all …]
DSurfaceControlTest.java275 private void verifyTest(SurfaceHolder.Callback callback, PixelChecker pixelChecker) { in verifyTest() method in SurfaceControlTest
276 mActivity.verifyTest(callback, pixelChecker, mName); in verifyTest()
279 private void verifyTest(SurfaceHolder.Callback callback, PixelChecker pixelChecker, in verifyTest() method in SurfaceControlTest
281 mActivity.verifyTest(callback, pixelChecker, mName, numOfTransaction); in verifyTest()
301 verifyTest( in testSurfaceControl_createFromWindow()
318 verifyTest( in testSurfaceControl_create()
336 verifyTest( in testSurfaceControl_acquire()
355 verifyTest( in testSurfaceTransaction_setBuffer()
374 verifyTest( in testSurfaceTransaction_setBuffer_parentAndChild()
397 verifyTest( in testSurfaceTransaction_setBuffer_childOnly()
[all …]
DSurfaceViewSyncTest.java265 mActivity.verifyTest(new AnimationTestCase(context -> new View(context) { in testSmallRect()
297 mActivity.verifyTest(new AnimationTestCase( in testEmptySurfaceView()
311 mActivity.verifyTest(new AnimationTestCase( in testSurfaceViewSmallScale()
325 mActivity.verifyTest(new AnimationTestCase( in testSurfaceViewBigScale()
338 mActivity.verifyTest(new AnimationTestCase( in testSurfaceViewFixedSizeWithViewSizeChanges()
350 mActivity.verifyTest(new AnimationTestCase( in testSurfaceViewFixedSizeChanges()
358 mActivity.verifyTest(new AnimationTestCase( in testVideoSurfaceViewTranslate()
366 mActivity.verifyTest(new AnimationTestCase( in testVideoSurfaceViewRotated()
378 mActivity.verifyTest(new AnimationTestCase( in testVideoSurfaceViewEdgeCoverage()
395 mActivity.verifyTest(new AnimationTestCase( in testVideoSurfaceViewCornerCoverage()
DAttachedSurfaceControlSyncTest.java233 mActivity.verifyTest(new AnimationTestCase( in testSync()
247 mActivity.verifyTest(new AnimationTestCase( in testSyncFromDrawCallback()
DSurfacePackageFlickerTest.java148 mActivity.verifyTest(t, mName); in testSurfacePackageNoFlicker()
DASurfaceControlBackPressureTest.java241 mActivity.verifyTest(new SurfaceControlTestCase(callback, pixelChecker, in testSurfaceTransaction_setEnableBackPressure()
/cts/tests/surfacecontrol/surfacevalidator/src/android/view/cts/surfacevalidator/
DASurfaceControlTestActivity.java120 public void verifyTest(SurfaceHolder.Callback surfaceHolderCallback, in verifyTest() method in ASurfaceControlTestActivity
122 verifyTest(surfaceHolderCallback, pixelChecker, name, 0); in verifyTest()
125 public void verifyTest(SurfaceHolder.Callback surfaceHolderCallback, in verifyTest() method in ASurfaceControlTestActivity
DCapturedActivity.java315 public void verifyTest(ISurfaceValidatorTestCase testCase, TestName name) throws Throwable { in verifyTest() method in CapturedActivity