Home | History | Annotate | Download | only in sgv

Lines Matching refs:childBottom

2392             final int childBottom = childTop + childHeight;
2405 + " top: " + childTop + " bottom: " + childBottom
2411 child.layout(childLeft, childTop, childRight, childBottom);
2418 mItemBottoms[index] = childBottom;
2500 final int childBottom = childTop + child.getHeight();
2503 rect = new Rect(childLeft, childTop, childRight, childBottom);
2610 final int childBottom = startFrom;
2611 final int childTop = childBottom - childHeight;
2628 child.layout(childLeft, childTop, childRight, childBottom);
2762 final int childBottom = childTop + childHeight;
2778 child.layout(childLeft, childTop, childRight, childBottom);
2784 mItemBottoms[index] = childBottom + rec.getMarginBelow(i);