Searched refs:getDescendantRect (Results 1 – 4 of 4) sorted by relevance
/frameworks/support/design/src/android/support/design/widget/ |
D | ViewGroupUtils.java | 79 static void getDescendantRect(ViewGroup parent, View descendant, Rect out) { in getDescendantRect() method in ViewGroupUtils
|
D | CoordinatorLayout.java | 644 void getDescendantRect(View descendant, Rect out) { in getDescendantRect() method in CoordinatorLayout 645 ViewGroupUtils.getDescendantRect(this, descendant, out); in getDescendantRect() 879 getDescendantRect(child, out); in getChildRect() 995 getDescendantRect(anchor, anchorRect); in layoutChildWithAnchor() 1382 getDescendantRect(lp.mAnchorView, anchorRect); in offsetChildToAnchor() 1417 getDescendantRect(child, r); in isPointInChildBounds()
|
D | FloatingActionButton.java | 610 ViewGroupUtils.getDescendantRect(parent, appBarLayout, rect);
|
D | CollapsingToolbarLayout.java | 408 ViewGroupUtils.getDescendantRect(this, mDummyView, mTmpRect); in onLayout()
|