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.java386 protected boolean fitSystemWindows(Rect insets) { in fitSystemWindows() method in MockView
387 return super.fitSystemWindows(insets); in fitSystemWindows()
DViewGroupTest.java766 assertFalse(mMockViewGroup.fitSystemWindows(rect)); in testFitSystemWindows()
771 assertTrue(mMockViewGroup.fitSystemWindows(rect)); in testFitSystemWindows()
788 public boolean fitSystemWindows(Rect insets) { in fitSystemWindows() method in ViewGroupTest.MockView
2864 public boolean fitSystemWindows(Rect insets) { in fitSystemWindows() method in ViewGroupTest.MockViewGroup
2865 return super.fitSystemWindows(insets); in fitSystemWindows()
DViewTest.java1645 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()