Home
last modified time | relevance | path

Searched refs:mBoundsToCheck (Results 1 – 2 of 2) sorted by relevance

/cts/tests/surfacecontrol/surfacevalidator/src/android/view/cts/surfacevalidator/
DSurfacePixelValidator2.java55 private final Rect mBoundsToCheck; field in SurfacePixelValidator2
89 mBoundsToCheck, mWidth, mHeight);
134 mBoundsToCheck = new Rect(0, 0, mWidth, mHeight); in SurfacePixelValidator2()
136 mBoundsToCheck = new Rect(boundsToCheck); in SurfacePixelValidator2()
139 Log.d(TAG, "boundsToCheck=" + mBoundsToCheck + " size=" + mWidth + "x" + mHeight); in SurfacePixelValidator2()
DASurfaceControlTestActivity.java223 private final List<Rect> mBoundsToCheck; field in ASurfaceControlTestActivity.RectChecker
227 mBoundsToCheck = boundsToCheck; in RectChecker()
236 mBoundsToCheck = List.of(boundsToCheck); in RectChecker()
242 for (Rect bounds : mBoundsToCheck) { in checkPixels()
251 return mBoundsToCheck; in getBoundsToCheck()