Searched defs:boundsToCheck (Results 1 – 8 of 8) sorted by relevance
/cts/tests/surfacecontrol/surfacevalidator/src/android/view/cts/surfacevalidator/ |
D | MultiFramePixelChecker.java | 42 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()
|
D | PixelChecker.java | 41 Rect boundsToCheck) { in getNumMatchingPixels() 60 boolean isEmpty(Image.Plane plane, Rect boundsToCheck) { in isEmpty() 95 Rect boundsToCheck, int width, int height) { in validatePlane()
|
D | RectChecker.java | 51 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()
|
D | SurfacePixelValidator2.java | 124 public SurfacePixelValidator2(Point size, @Nullable Rect boundsToCheck, in SurfacePixelValidator2()
|
D | ASurfaceControlTestActivity.java | 225 public RectChecker(List<Rect> boundsToCheck) { in RectChecker() 230 public RectChecker(Rect boundsToCheck) { in RectChecker() 234 public RectChecker(Rect boundsToCheck, int expectedColor) { in RectChecker()
|
D | SurfaceControlTestCase.java | 64 Rect boundsToCheck = new Rect(0, 0, boundsView.getWidth(), boundsView.getHeight()); in getBoundsToCheck() local
|
D | CapturedActivity.java | 223 Rect boundsToCheck = animationTestCase.getBoundsToCheck(mParentLayout); in runTest() local
|
/cts/tests/tests/display/src/android/display/cts/ |
D | DisplayManagerTest.java | 121 final Rect boundsToCheck = mActivity.getBoundsToCheck(); in testCreateVirtualDisplayFromShell() local
|