Searched refs:ColorCheckResult (Results 1 – 1 of 1) sorted by relevance
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/ |
D | ActivityTransitionTests.java | 616 private static class ColorCheckResult extends AssertionResult { class in ActivityTransitionTests 621 private ColorCheckResult(boolean isFailure, Point firstWrongPixel, Color expectedColor, in ColorCheckResult() method in ActivityTransitionTests.ColorCheckResult 629 private ColorCheckResult(Point firstWrongPixel, Color expectedColor, Color actualColor) { in ColorCheckResult() method in ActivityTransitionTests.ColorCheckResult 678 return new ColorCheckResult(new Point(sampleX, sampleY), verifyColor, in getIsAppRegionOfScreenOfColorResult() 785 return new ColorCheckResult(new Point(sampleX, sampleY), expectedColor, in assertColorChangeXIndex()
|