Searched refs:fitSystemWindows (Results 1 – 4 of 4) sorted by relevance
54 assertFalse(mViewGroup.fitSystemWindows(rect)); in testFitSystemWindows()59 assertTrue(mViewGroup.fitSystemWindows(rect)); in testFitSystemWindows()73 protected boolean fitSystemWindows(Rect insets) { in fitSystemWindows() method in ViewGroupTest.MockViewGroup74 return super.fitSystemWindows(insets); in fitSystemWindows()85 protected boolean fitSystemWindows(Rect insets) { in fitSystemWindows() method in ViewGroupTest.MockView
399 protected boolean fitSystemWindows(Rect insets) { in fitSystemWindows() method in MockView400 return super.fitSystemWindows(insets); in fitSystemWindows()
1777 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()
3139 public boolean fitSystemWindows(Rect insets) { in fitSystemWindows() method in ViewGroupTest.MockViewGroup3140 return super.fitSystemWindows(insets); in fitSystemWindows()