Searched refs:fitSystemWindows (Results 1 – 3 of 3) sorted by relevance
386 protected boolean fitSystemWindows(Rect insets) { in fitSystemWindows() method in MockView387 return super.fitSystemWindows(insets); in fitSystemWindows()
766 assertFalse(mMockViewGroup.fitSystemWindows(rect)); in testFitSystemWindows()771 assertTrue(mMockViewGroup.fitSystemWindows(rect)); in testFitSystemWindows()788 public boolean fitSystemWindows(Rect insets) { in fitSystemWindows() method in ViewGroupTest.MockView2864 public boolean fitSystemWindows(Rect insets) { in fitSystemWindows() method in ViewGroupTest.MockViewGroup2865 return super.fitSystemWindows(insets); in fitSystemWindows()
1645 assertFalse(view.fitSystemWindows(insets)); in testFitSystemWindows()1646 assertFalse(view.fitSystemWindows(null)); in testFitSystemWindows()1649 assertFalse(view.fitSystemWindows(insets)); in testFitSystemWindows()1650 assertFalse(view.fitSystemWindows(null)); in testFitSystemWindows()