Searched defs:childHeight (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
H A DBottomScrollViewTest.java74 private BottomScrollView createScrollView(final int childHeight) { argument
79 final View child = new TestChildView(context, childHeight);
/frameworks/base/core/java/android/widget/
H A DGridLayout.java1007 int childWidth, int childHeight) {
1011 getTotalMargin(child, false), childHeight);
1006 measureChildWithMargins2(View child, int parentWidthSpec, int parentHeightSpec, int childWidth, int childHeight) argument
/frameworks/support/design/src/android/support/design/widget/
H A DCoordinatorLayout.java942 Rect anchorRect, Rect out, LayoutParams lp, int childWidth, int childHeight) {
1003 top -= childHeight;
1009 top -= childHeight / 2;
1013 out.set(left, top, left + childWidth, top + childHeight);
1016 private void constrainChildRect(LayoutParams lp, Rect out, int childWidth, int childHeight) { argument
1026 height - getPaddingBottom() - childHeight - lp.bottomMargin));
1028 out.set(left, top, left + childWidth, top + childHeight);
1043 final int childHeight = child.getMeasuredHeight();
1045 childWidth, childHeight);
1046 constrainChildRect(lp, out, childWidth, childHeight);
941 getDesiredAnchoredChildRectWithoutConstraints(View child, int layoutDirection, Rect anchorRect, Rect out, LayoutParams lp, int childWidth, int childHeight) argument
[all...]
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java903 int childWidth, int childHeight) {
907 getTotalMargin(child, false), childHeight);
902 measureChildWithMargins2(View child, int parentWidthSpec, int parentHeightSpec, int childWidth, int childHeight) argument

Completed in 147 milliseconds