Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DMockView.java371 protected boolean fitSystemWindows(Rect insets) { in fitSystemWindows() method in MockView
372 return super.fitSystemWindows(insets); in fitSystemWindows()
DViewGroupTest.java649 assertFalse(vg.fitSystemWindows(rect)); in testFitSystemWindows()
654 assertTrue(vg.fitSystemWindows(rect)); in testFitSystemWindows()
671 public boolean fitSystemWindows(Rect insets) { in fitSystemWindows() method in ViewGroupTest.MockView
2128 public boolean fitSystemWindows(Rect insets) { in fitSystemWindows() method in ViewGroupTest.MockViewGroup
2129 return super.fitSystemWindows(insets); in fitSystemWindows()
DViewTest.java1256 assertFalse(view.fitSystemWindows(insets)); in testFitSystemWindows()
1257 assertFalse(view.fitSystemWindows(null)); in testFitSystemWindows()
1260 assertFalse(view.fitSystemWindows(insets)); in testFitSystemWindows()
1261 assertFalse(view.fitSystemWindows(null)); in testFitSystemWindows()