Searched refs:fitSystemWindows (Results 1 – 3 of 3) sorted by relevance
371 protected boolean fitSystemWindows(Rect insets) { in fitSystemWindows() method in MockView372 return super.fitSystemWindows(insets); in fitSystemWindows()
649 assertFalse(vg.fitSystemWindows(rect)); in testFitSystemWindows()654 assertTrue(vg.fitSystemWindows(rect)); in testFitSystemWindows()671 public boolean fitSystemWindows(Rect insets) { in fitSystemWindows() method in ViewGroupTest.MockView2128 public boolean fitSystemWindows(Rect insets) { in fitSystemWindows() method in ViewGroupTest.MockViewGroup2129 return super.fitSystemWindows(insets); in fitSystemWindows()
1256 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()