Home
last modified time | relevance | path

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

/cts/tests/tests/view/sdk28/src/android/view/cts/sdk28/
DViewGroupTest.java54 assertFalse(mViewGroup.fitSystemWindows(rect)); in testFitSystemWindows()
59 assertTrue(mViewGroup.fitSystemWindows(rect)); in testFitSystemWindows()
73 protected boolean fitSystemWindows(Rect insets) { in fitSystemWindows() method in ViewGroupTest.MockViewGroup
74 return super.fitSystemWindows(insets); in fitSystemWindows()
85 protected boolean fitSystemWindows(Rect insets) { in fitSystemWindows() method in ViewGroupTest.MockView
/cts/tests/tests/view/src/android/view/cts/
DMockView.java400 protected boolean fitSystemWindows(Rect insets) { in fitSystemWindows() method in MockView
401 return super.fitSystemWindows(insets); in fitSystemWindows()
DViewTest.java1847 assertFalse(view.fitSystemWindows(insets)); in testFitSystemWindows()
1848 assertFalse(view.fitSystemWindows(null)); in testFitSystemWindows()
1851 assertFalse(view.fitSystemWindows(insets)); in testFitSystemWindows()
1852 assertFalse(view.fitSystemWindows(null)); in testFitSystemWindows()
DViewGroupTest.java3192 public boolean fitSystemWindows(Rect insets) { in fitSystemWindows() method in ViewGroupTest.MockViewGroup
3193 return super.fitSystemWindows(insets); in fitSystemWindows()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt52589 method @Deprecated protected boolean fitSystemWindows(android.graphics.Rect);