Searched refs:createAssertAppRegionOfScreenIsColor (Results 1 – 1 of 1) sorted by relevance
267 .setTestFunction(createAssertAppRegionOfScreenIsColor(backgroundColor, testBounds)) in testThemeBackgroundColorShowsDuringActivityTransition()291 .setTestFunction(createAssertAppRegionOfScreenIsColor(backgroundColor, testBounds)) in testAnimationBackgroundColorIsUsedDuringActivityTransition()314 .setTestFunction(createAssertAppRegionOfScreenIsColor(backgroundColor, testBounds)) in testCustomTransitionCanOverrideBackgroundColor()339 .setTestFunction(createAssertAppRegionOfScreenIsColor(backgroundColor, testBounds)) in testPendingTransitionCanOverrideBackgroundColor()361 .setTestFunction(createAssertAppRegionOfScreenIsColor(backgroundColor, testBounds)) in testSetTransitionCanOverrideBackgroundColor()367 createAssertAppRegionOfScreenIsColor(backgroundColor, testBounds)); in testSetTransitionCanOverrideBackgroundColor()492 createAssertAppRegionOfScreenIsColor(Color.CYAN, testBounds)); in testClearOverrideActivityTransition()611 private Function<Bitmap, AssertionResult> createAssertAppRegionOfScreenIsColor(int color, in createAssertAppRegionOfScreenIsColor() method in ActivityTransitionTests