Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DAttachedSurfaceControlSyncTest.java134 getParent().requestTransparentRegion(this); in onAttachedToWindow()
DViewGroupTest.java2031 child1.requestTransparentRegion(child2); in testRequestTransparentRegion()
3306 public void requestTransparentRegion(View child) { in requestTransparentRegion() method in ViewGroupTest.MockViewGroup
3308 super.requestTransparentRegion(child); in requestTransparentRegion()
DViewTest.java5365 public void requestTransparentRegion(View child) { in requestTransparentRegion() method in ViewTest.MockViewParent
/cts/tests/tests/widget/src/android/widget/cts/
DFrameLayoutTest.java154 () -> container.requestTransparentRegion(mFrameLayout)); in testGatherTransparentRegion()