Searched refs:getDescendantRect (Results 1 – 5 of 5) sorted by relevance
/frameworks/support/design/src/android/support/design/widget/ |
D | ViewGroupUtils.java | 68 static void getDescendantRect(ViewGroup parent, View descendant, Rect out) { in getDescendantRect() method in ViewGroupUtils
|
D | CoordinatorLayout.java | 685 void getDescendantRect(View descendant, Rect out) { in getDescendantRect() method in CoordinatorLayout 686 ViewGroupUtils.getDescendantRect(this, descendant, out); in getDescendantRect() 935 getDescendantRect(child, out); in getChildRect() 1062 getDescendantRect(anchor, anchorRect); in layoutChildWithAnchor() 1597 getDescendantRect(lp.mAnchorView, anchorRect); in offsetChildToAnchor() 1643 getDescendantRect(child, r); in isPointInChildBounds()
|
D | FloatingActionButton.java | 664 ViewGroupUtils.getDescendantRect(parent, appBarLayout, rect);
|
D | CollapsingToolbarLayout.java | 456 ViewGroupUtils.getDescendantRect(this, mDummyView, mTmpRect); in onLayout()
|
D | TextInputLayout.java | 1370 ViewGroupUtils.getDescendantRect(this, mEditText, rect); in onLayout()
|