Home
last modified time | relevance | path

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

/frameworks/support/design/src/android/support/design/widget/
DViewGroupUtils.java79 static void getDescendantRect(ViewGroup parent, View descendant, Rect out) { in getDescendantRect() method in ViewGroupUtils
DCoordinatorLayout.java644 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()
DFloatingActionButton.java610 ViewGroupUtils.getDescendantRect(parent, appBarLayout, rect);
DCollapsingToolbarLayout.java408 ViewGroupUtils.getDescendantRect(this, mDummyView, mTmpRect); in onLayout()