Searched refs:firstWrongPixel (Results 1 – 1 of 1) sorted by relevance
617 public final Point firstWrongPixel; field in ActivityTransitionTests.ColorCheckResult621 private ColorCheckResult(boolean isFailure, Point firstWrongPixel, Color expectedColor, in ColorCheckResult() argument624 this.firstWrongPixel = firstWrongPixel; in ColorCheckResult()629 private ColorCheckResult(Point firstWrongPixel, Color expectedColor, Color actualColor) { in ColorCheckResult() argument630 this(true, firstWrongPixel, expectedColor, actualColor); in ColorCheckResult()637 + ", firstWrongPixel=" + firstWrongPixel in toString()