Home | History | Annotate | Download | only in widget

Lines Matching refs:childTop

663         int childTop = mSpinnerPadding.top
666 int childBottom = childTop + child.getMeasuredHeight();
672 child.layout(childLeft, childTop, childRight, childBottom);