D | CoordinatorLayoutTest.java | 439 public boolean getInsetDodgeRect(CoordinatorLayout parent, View child, Rect rect) { in testDodgeInsetBeforeLayout() 723 .getInsetDodgeRect(same(col), same(view), any(Rect.class)); in testDodgeInsetViewWithEmptyBounds() 737 public boolean getInsetDodgeRect(CoordinatorLayout parent, View child, Rect rect) { in getInsetDodgeRect() method in CoordinatorLayoutTest.DodgeBoundsBehavior
|