Home
last modified time | relevance | path

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

/frameworks/support/design/src/android/support/design/widget/
DCoordinatorLayout.java894 void getDesiredAnchoredChildRect(View child, int layoutDirection, Rect anchorRect, Rect out) { in getDesiredAnchoredChildRect() argument
919 left = anchorRect.left; in getDesiredAnchoredChildRect()
922 left = anchorRect.right; in getDesiredAnchoredChildRect()
925 left = anchorRect.left + anchorRect.width() / 2; in getDesiredAnchoredChildRect()
932 top = anchorRect.top; in getDesiredAnchoredChildRect()
935 top = anchorRect.bottom; in getDesiredAnchoredChildRect()
938 top = anchorRect.top + anchorRect.height() / 2; in getDesiredAnchoredChildRect()
993 final Rect anchorRect = mTempRect1; in layoutChildWithAnchor() local
995 getDescendantRect(anchor, anchorRect); in layoutChildWithAnchor()
996 getDesiredAnchoredChildRect(child, layoutDirection, anchorRect, childRect); in layoutChildWithAnchor()
[all …]