Home
last modified time | relevance | path

Searched defs:boundsToCheck (Results 1 – 8 of 8) sorted by relevance

/cts/tests/surfacecontrol/surfacevalidator/src/android/view/cts/surfacevalidator/
DMultiFramePixelChecker.java42 private boolean findStartingColor(Image.Plane plane, Rect boundsToCheck) { in findStartingColor()
55 public boolean validatePlane(Image.Plane plane, long frameNumber, Rect boundsToCheck, int width, in validatePlane()
DPixelChecker.java41 Rect boundsToCheck) { in getNumMatchingPixels()
60 boolean isEmpty(Image.Plane plane, Rect boundsToCheck) { in isEmpty()
95 Rect boundsToCheck, int width, int height) { in validatePlane()
DRectChecker.java51 public boolean validatePlane(Image.Plane plane, long framenumber, Rect boundsToCheck, in validatePlane()
61 public boolean validatePlaneForTarget(Target t, Image.Plane plane, Rect boundsToCheck, in validatePlaneForTarget()
DSurfacePixelValidator2.java124 public SurfacePixelValidator2(Point size, @Nullable Rect boundsToCheck, in SurfacePixelValidator2()
DASurfaceControlTestActivity.java225 public RectChecker(List<Rect> boundsToCheck) { in RectChecker()
230 public RectChecker(Rect boundsToCheck) { in RectChecker()
234 public RectChecker(Rect boundsToCheck, int expectedColor) { in RectChecker()
DSurfaceControlTestCase.java64 Rect boundsToCheck = new Rect(0, 0, boundsView.getWidth(), boundsView.getHeight()); in getBoundsToCheck() local
DCapturedActivity.java223 Rect boundsToCheck = animationTestCase.getBoundsToCheck(mParentLayout); in runTest() local
/cts/tests/tests/display/src/android/display/cts/
DDisplayManagerTest.java121 final Rect boundsToCheck = mActivity.getBoundsToCheck(); in testCreateVirtualDisplayFromShell() local