Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DActivityTransitionTests.java617 public final Point firstWrongPixel; field in ActivityTransitionTests.ColorCheckResult
621 private ColorCheckResult(boolean isFailure, Point firstWrongPixel, Color expectedColor, in ColorCheckResult() argument
624 this.firstWrongPixel = firstWrongPixel; in ColorCheckResult()
629 private ColorCheckResult(Point firstWrongPixel, Color expectedColor, Color actualColor) { in ColorCheckResult() argument
630 this(true, firstWrongPixel, expectedColor, actualColor); in ColorCheckResult()
637 + ", firstWrongPixel=" + firstWrongPixel in toString()