Searched refs:fitSystemWindows (Results 1 – 5 of 5) 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
400 protected boolean fitSystemWindows(Rect insets) { in fitSystemWindows() method in MockView401 return super.fitSystemWindows(insets); in fitSystemWindows()
1847 assertFalse(view.fitSystemWindows(insets)); in testFitSystemWindows()1848 assertFalse(view.fitSystemWindows(null)); in testFitSystemWindows()1851 assertFalse(view.fitSystemWindows(insets)); in testFitSystemWindows()1852 assertFalse(view.fitSystemWindows(null)); in testFitSystemWindows()
3192 public boolean fitSystemWindows(Rect insets) { in fitSystemWindows() method in ViewGroupTest.MockViewGroup3193 return super.fitSystemWindows(insets); in fitSystemWindows()
52589 method @Deprecated protected boolean fitSystemWindows(android.graphics.Rect);