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 | 690 void getDescendantRect(View descendant, Rect out) { in getDescendantRect() method in CoordinatorLayout 691 ViewGroupUtils.getDescendantRect(this, descendant, out); in getDescendantRect() 940 getDescendantRect(child, out); in getChildRect() 1067 getDescendantRect(anchor, anchorRect); in layoutChildWithAnchor() 1602 getDescendantRect(lp.mAnchorView, anchorRect); in offsetChildToAnchor() 1648 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 | 1380 ViewGroupUtils.getDescendantRect(this, mEditText, rect); in onLayout()
|