Home
last modified time | relevance | path

Searched refs:getDescendantRect (Results 1 – 5 of 5) sorted by relevance

/frameworks/support/design/src/android/support/design/widget/
DViewGroupUtils.java68 static void getDescendantRect(ViewGroup parent, View descendant, Rect out) { in getDescendantRect() method in ViewGroupUtils
DCoordinatorLayout.java690 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()
DFloatingActionButton.java664 ViewGroupUtils.getDescendantRect(parent, appBarLayout, rect);
DCollapsingToolbarLayout.java456 ViewGroupUtils.getDescendantRect(this, mDummyView, mTmpRect); in onLayout()
DTextInputLayout.java1380 ViewGroupUtils.getDescendantRect(this, mEditText, rect); in onLayout()