Searched defs:getDescendantRect (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/design/src/android/support/design/widget/
H A DViewGroupUtils.java75 static void getDescendantRect(ViewGroup parent, View descendant, Rect out) { method in class:ViewGroupUtils
H A DCoordinatorLayout.java578 void getDescendantRect(View descendant, Rect out) { method in class:CoordinatorLayout
579 ViewGroupUtils.getDescendantRect(this, descendant, out);
817 getDescendantRect(child, out);
933 getDescendantRect(anchor, anchorRect);
1312 getDescendantRect(lp.mAnchorView, anchorRect);
1347 getDescendantRect(child, r);

Completed in 61 milliseconds