Home
last modified time | relevance | path

Searched defs:matchingPixelCount (Results 1 – 4 of 4) sorted by relevance

/cts/tests/surfacecontrol/surfacevalidator/src/android/view/cts/surfacevalidator/
DPixelChecker.java116 public abstract boolean checkPixels(int matchingPixelCount, int width, int height); in checkPixels()
DRectChecker.java116 public boolean checkPixels(int matchingPixelCount, int width, int height) { in checkPixels()
DASurfaceControlTestActivity.java240 public boolean checkPixels(int matchingPixelCount, int width, int height) { in checkPixels()
298 public abstract boolean checkPixels(int matchingPixelCount, int width, int height); in checkPixels()
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceControlTest.java1853 public boolean checkPixels(int matchingPixelCount, int width, int height) { in PixelChecker()