Home
last modified time | relevance | path

Searched refs:fitSystemWindows (Results 1 – 4 of 4) 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.java399 protected boolean fitSystemWindows(Rect insets) { in fitSystemWindows() method in MockView
400 return super.fitSystemWindows(insets); in fitSystemWindows()
DViewTest.java1785 assertFalse(view.fitSystemWindows(insets)); in testFitSystemWindows()
1786 assertFalse(view.fitSystemWindows(null)); in testFitSystemWindows()
1789 assertFalse(view.fitSystemWindows(insets)); in testFitSystemWindows()
1790 assertFalse(view.fitSystemWindows(null)); in testFitSystemWindows()
DViewGroupTest.java3164 public boolean fitSystemWindows(Rect insets) { in fitSystemWindows() method in ViewGroupTest.MockViewGroup
3165 return super.fitSystemWindows(insets); in fitSystemWindows()