Searched defs:childHeight (Results 1 - 6 of 6) 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/support/compat/src/androidTest/java/androidx/core/widget/
H A DNestedScrollViewTest.java356 private void setup(int childHeight) { argument
359 mChild.setMinimumHeight(childHeight);
H A DNestedScrollViewNestedScrollingParentTest.java615 int childHeight) throws Throwable {
624 ViewGroup.LayoutParams.MATCH_PARENT, childHeight));
625 mChild.setMinimumHeight(childHeight);
614 setupNestedScrollViewWithParentAndChild(int nestedScrollViewHeight, int childHeight) argument
/frameworks/base/core/java/android/widget/
H A DGridLayout.java1013 int childWidth, int childHeight) {
1017 getTotalMargin(child, false), childHeight);
1012 measureChildWithMargins2(View child, int parentWidthSpec, int parentHeightSpec, int childWidth, int childHeight) argument
/frameworks/support/coordinatorlayout/src/main/java/androidx/coordinatorlayout/widget/
H A DCoordinatorLayout.java961 Rect anchorRect, Rect out, LayoutParams lp, int childWidth, int childHeight) {
1022 top -= childHeight;
1028 top -= childHeight / 2;
1032 out.set(left, top, left + childWidth, top + childHeight);
1035 private void constrainChildRect(LayoutParams lp, Rect out, int childWidth, int childHeight) { argument
1045 height - getPaddingBottom() - childHeight - lp.bottomMargin));
1047 out.set(left, top, left + childWidth, top + childHeight);
1062 final int childHeight = child.getMeasuredHeight();
1064 childWidth, childHeight);
1065 constrainChildRect(lp, out, childWidth, childHeight);
960 getDesiredAnchoredChildRectWithoutConstraints(View child, int layoutDirection, Rect anchorRect, Rect out, LayoutParams lp, int childWidth, int childHeight) argument
[all...]
/frameworks/support/gridlayout/src/main/java/androidx/gridlayout/widget/
H A DGridLayout.java906 int childWidth, int childHeight) {
910 getTotalMargin(child, false), childHeight);
905 measureChildWithMargins2(View child, int parentWidthSpec, int parentHeightSpec, int childWidth, int childHeight) argument

Completed in 162 milliseconds