Searched refs:mBoundsToCheck (Results 1 – 2 of 2) sorted by relevance
55 private final Rect mBoundsToCheck; field in SurfacePixelValidator289 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()
223 private final List<Rect> mBoundsToCheck; field in ASurfaceControlTestActivity.RectChecker227 mBoundsToCheck = boundsToCheck; in RectChecker()236 mBoundsToCheck = List.of(boundsToCheck); in RectChecker()242 for (Rect bounds : mBoundsToCheck) { in checkPixels()251 return mBoundsToCheck; in getBoundsToCheck()