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.java1777 assertFalse(view.fitSystemWindows(insets)); in testFitSystemWindows()
1778 assertFalse(view.fitSystemWindows(null)); in testFitSystemWindows()
1781 assertFalse(view.fitSystemWindows(insets)); in testFitSystemWindows()
1782 assertFalse(view.fitSystemWindows(null)); in testFitSystemWindows()
DViewGroupTest.java3139 public boolean fitSystemWindows(Rect insets) { in fitSystemWindows() method in ViewGroupTest.MockViewGroup
3140 return super.fitSystemWindows(insets); in fitSystemWindows()