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.java685 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()
DFloatingActionButton.java664 ViewGroupUtils.getDescendantRect(parent, appBarLayout, rect);
DCollapsingToolbarLayout.java456 ViewGroupUtils.getDescendantRect(this, mDummyView, mTmpRect); in onLayout()
DTextInputLayout.java1370 ViewGroupUtils.getDescendantRect(this, mEditText, rect); in onLayout()