Home | History | Annotate | Download | only in stack

Lines Matching refs:childBottom

720             float childBottom = childTop + child.getActualHeight();
725 } else if (childBottom > layoutEnd) {
726 clipBottomAmount = (int) (childBottom - layoutEnd);