Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DActivityTransitionTests.java392 .setTestFunction(createAssertColorChangeXIndex(xIndex, testBounds)) in testLeftEdgeExtensionWorksDuringActivityTransition()
418 .setTestFunction(createAssertColorChangeXIndex(xIndex, testBounds)) in testTopEdgeExtensionWorksDuringActivityTransition()
444 .setTestFunction(createAssertColorChangeXIndex(xIndex, testBounds)) in testRightEdgeExtensionWorksDuringActivityTransition()
463 .setTestFunction(createAssertColorChangeXIndex(xIndex, testBounds)) in testOverrideActivityTransition()
468 runAndAssertActivityTransition(createAssertColorChangeXIndex(xIndex, testBounds)); in testOverrideActivityTransition()
518 .setTestFunction(createAssertColorChangeXIndex(xIndex, testBounds)) in testBottomEdgeExtensionWorksDuringActivityTransition()
739 private Function<Bitmap, AssertionResult> createAssertColorChangeXIndex(int xIndex, in createAssertColorChangeXIndex() method in ActivityTransitionTests