Home
last modified time | relevance | path

Searched refs:gatherTransparentRegion (Results 1 – 4 of 4) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DSurfaceViewTest.java104 assertTrue(mMockSurfaceView.gatherTransparentRegion(region)); in testSurfaceView()
107 assertFalse(mMockSurfaceView.gatherTransparentRegion(region)); in testSurfaceView()
/cts/tests/tests/view/src/android/view/cts/
DAttachedSurfaceControlSyncTest.java110 public boolean gatherTransparentRegion(Region region) { in gatherTransparentRegion() method in AttachedSurfaceControlSyncTest.GreenSurfaceAnchorView
DViewGroupTest.java829 assertTrue(mMockViewGroup.gatherTransparentRegion(region)); in testGatherTransparentRegion()
830 assertTrue(mMockViewGroup.gatherTransparentRegion(null)); in testGatherTransparentRegion()
/cts/tests/tests/widget/src/android/widget/cts/
DFrameLayoutTest.java151 assertTrue(mFrameLayout.gatherTransparentRegion(region)); in testGatherTransparentRegion()
156 assertTrue(mFrameLayout.gatherTransparentRegion(region)); in testGatherTransparentRegion()