Home
last modified time | relevance | path

Searched refs:getBoundsToCheck (Results 1 – 5 of 5) sorted by relevance

/cts/tests/surfacecontrol/surfacevalidator/src/android/view/cts/surfacevalidator/
DISurfaceValidatorTestCase.java35 default Rect getBoundsToCheck(FrameLayout parent) { in getBoundsToCheck() method
DASurfaceControlTestActivity.java195 for (Rect bounds : pixelChecker.getBoundsToCheck(swBitmap)) { in verifyScreenshot()
250 public List<Rect> getBoundsToCheck(Bitmap bitmap) { in getBoundsToCheck() method in ASurfaceControlTestActivity.RectChecker
275 for (Rect boundsToCheck : getBoundsToCheck(bitmap)) { in getNumMatchingPixels()
300 public List<Rect> getBoundsToCheck(Bitmap bitmap) { in getBoundsToCheck() method in ASurfaceControlTestActivity.PixelChecker
DSurfaceControlTestCase.java62 public Rect getBoundsToCheck(FrameLayout parent) { in getBoundsToCheck() method in SurfaceControlTestCase
DCapturedActivity.java223 Rect boundsToCheck = animationTestCase.getBoundsToCheck(mParentLayout); in runTest()
/cts/tests/tests/display/src/android/display/cts/
DDisplayManagerTest.java121 final Rect boundsToCheck = mActivity.getBoundsToCheck(); in testCreateVirtualDisplayFromShell()
241 public Rect getBoundsToCheck() { in getBoundsToCheck() method in DisplayManagerTest.TestActivity