Searched refs:anchorRect (Results 1 – 1 of 1) sorted by relevance
/frameworks/support/design/src/android/support/design/widget/ |
D | CoordinatorLayout.java | 942 Rect anchorRect, Rect out, LayoutParams lp, int childWidth, int childHeight) { in getDesiredAnchoredChildRectWithoutConstraints() argument 963 left = anchorRect.left; in getDesiredAnchoredChildRectWithoutConstraints() 966 left = anchorRect.right; in getDesiredAnchoredChildRectWithoutConstraints() 969 left = anchorRect.left + anchorRect.width() / 2; in getDesiredAnchoredChildRectWithoutConstraints() 976 top = anchorRect.top; in getDesiredAnchoredChildRectWithoutConstraints() 979 top = anchorRect.bottom; in getDesiredAnchoredChildRectWithoutConstraints() 982 top = anchorRect.top + anchorRect.height() / 2; in getDesiredAnchoredChildRectWithoutConstraints() 1040 void getDesiredAnchoredChildRect(View child, int layoutDirection, Rect anchorRect, Rect out) { in getDesiredAnchoredChildRect() argument 1044 getDesiredAnchoredChildRectWithoutConstraints(child, layoutDirection, anchorRect, out, lp, in getDesiredAnchoredChildRect() 1059 final Rect anchorRect = acquireTempRect(); in layoutChildWithAnchor() local [all …]
|