Home | History | Annotate | Download | only in widget

Lines Matching refs:childTop

345         int childTop;
351 childTop = mExpanded ? mTopOffset : height - childHeight + mBottomOffset;
357 childTop = (height - childHeight) / 2;
364 handle.layout(childLeft, childTop, childLeft + childWidth, childTop + childHeight);