Home
last modified time | relevance | path

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

/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceControlTest.java310 public boolean checkPixels(int pixelCount, int width, int height) { in testSurfaceControl_createFromWindow()
328 public boolean checkPixels(int pixelCount, int width, int height) { in testSurfaceControl_create()
347 public boolean checkPixels(int pixelCount, int width, int height) { in testSurfaceControl_acquire()
366 public boolean checkPixels(int pixelCount, int width, int height) { in testSurfaceTransaction_setBuffer()
389 public boolean checkPixels(int pixelCount, int width, int height) { in testSurfaceTransaction_setBuffer_parentAndChild()
410 public boolean checkPixels(int pixelCount, int width, int height) { in testSurfaceTransaction_setBuffer_childOnly()
433 public boolean checkPixels(int pixelCount, int width, int height) { in testSurfaceTransaction_setVisibility_show()
456 public boolean checkPixels(int pixelCount, int width, int height) { in testSurfaceTransaction_setVisibility_hide()
479 public boolean checkPixels(int pixelCount, int width, int height) { in testSurfaceTransaction_setBufferOpaque_opaque()
510 public boolean checkPixels(int pixelCount, int width, int height) { in testSurfaceTransaction_setBufferOpaque_translucent()
[all …]
DASurfaceControlTest.java332 public boolean checkPixels(int pixelCount, int width, int height) { in testSurfaceControl_createFromWindow()
350 public boolean checkPixels(int pixelCount, int width, int height) { in testSurfaceControl_create()
376 public boolean checkPixels(int pixelCount, int width, int height) { in testSurfaceControl_fromJava()
399 public boolean checkPixels(int pixelCount, int width, int height) { in testSurfaceTransaction_fromJava()
423 public boolean checkPixels(int pixelCount, int width, int height) { in testSurfaceControl_acquire()
442 public boolean checkPixels(int pixelCount, int width, int height) { in testSurfaceTransaction_setBuffer()
462 public boolean checkPixels(int pixelCount, int width, int height) { in testSurfaceTransaction_setNullBuffer()
485 public boolean checkPixels(int pixelCount, int width, int height) { in testSurfaceTransaction_setBuffer_parentAndChild()
506 public boolean checkPixels(int pixelCount, int width, int height) { in testSurfaceTransaction_setBuffer_childOnly()
527 public boolean checkPixels(int pixelCount, int width, int height) { in testSurfaceTransaction_setVisibility_show()
[all …]
DSurfaceViewSyncTest.java193 public boolean checkPixels(int blackishPixelCount, int width, int height) {
285 public boolean checkPixels(int blackishPixelCount, int width, int height) { in testSmallRect()
303 public boolean checkPixels(int blackishPixelCount, int width, int height) { in testEmptySurfaceView()
317 public boolean checkPixels(int blackishPixelCount, int width, int height) { in testSurfaceViewSmallScale()
DAttachedSurfaceControlSyncTest.java239 public boolean checkPixels(int blackishPixelCount, int width, int height) { in testSync()
253 public boolean checkPixels(int blackishPixelCount, int width, int height) { in testSyncFromDrawCallback()
DASurfaceControlBackPressureTest.java236 public boolean checkPixels(int pixelCount, int width, int height) { in testSurfaceTransaction_setEnableBackPressure()
266 public boolean checkPixels(int pixelCount, int width, int height) { in testSurfaceTransaction_defaultBackPressureDisabled()
DSurfacePackageFlickerTest.java142 public boolean checkPixels(int pixelCount, int width, int height) { in testSurfacePackageNoFlicker()
/cts/tests/surfacecontrol/surfacevalidator/src/android/view/cts/surfacevalidator/
DMultiFramePixelChecker.java47 if (checkPixels(numMatchingPixels, 0 , 0)) { in findStartingColor()
73 return checkPixels(mMatchingPixelCount, width, height); in validatePlane()
DPixelChecker.java109 return checkPixels(mMatchingPixelCount, width, height); in validatePlane()
116 public abstract boolean checkPixels(int matchingPixelCount, int width, int height); in checkPixels() method in PixelChecker
DASurfaceControlTestActivity.java199 boolean success = pixelChecker.checkPixels(numMatchingPixels, swBitmap.getWidth(), in verifyScreenshot()
240 public boolean checkPixels(int matchingPixelCount, int width, int height) { in checkPixels() method in ASurfaceControlTestActivity.RectChecker
298 public abstract boolean checkPixels(int matchingPixelCount, int width, int height); in checkPixels() method in ASurfaceControlTestActivity.PixelChecker
DRectChecker.java116 public boolean checkPixels(int matchingPixelCount, int width, int height) { in checkPixels() method in RectChecker
/cts/tests/surfacecontrol/src/android/view/cts/util/
DSyncValidatorSCVHTestCase.java125 public boolean checkPixels(int matchingPixelCount, int width, int height) { in getChecker()