Home | History | Annotate | Download | only in widget

Lines Matching refs:childTop

594         int childTop = mSpinnerPadding.top
597 int childBottom = childTop + child.getMeasuredHeight();
603 child.layout(childLeft, childTop, childRight, childBottom);