Searched refs:getBoundsToCheck (Results 1 – 5 of 5) sorted by relevance
35 default Rect getBoundsToCheck(FrameLayout parent) { in getBoundsToCheck() method
195 for (Rect bounds : pixelChecker.getBoundsToCheck(swBitmap)) { in verifyScreenshot()250 public List<Rect> getBoundsToCheck(Bitmap bitmap) { in getBoundsToCheck() method in ASurfaceControlTestActivity.RectChecker275 for (Rect boundsToCheck : getBoundsToCheck(bitmap)) { in getNumMatchingPixels()300 public List<Rect> getBoundsToCheck(Bitmap bitmap) { in getBoundsToCheck() method in ASurfaceControlTestActivity.PixelChecker
62 public Rect getBoundsToCheck(FrameLayout parent) { in getBoundsToCheck() method in SurfaceControlTestCase
223 Rect boundsToCheck = animationTestCase.getBoundsToCheck(mParentLayout); in runTest()
121 final Rect boundsToCheck = mActivity.getBoundsToCheck(); in testCreateVirtualDisplayFromShell()241 public Rect getBoundsToCheck() { in getBoundsToCheck() method in DisplayManagerTest.TestActivity