Searched refs:childWidth (Results 1 – 1 of 1) sorted by relevance
198 int childWidth = mButton.getMeasuredWidth(); in layoutVertical() local202 mButton.layout(childLeft, childTop, childLeft + childWidth, childTop + childHeight); in layoutVertical()221 int childWidth = mButton.getMeasuredWidth(); in layoutHorizontal() local224 childLeft -= childWidth; in layoutHorizontal()225 mButton.layout(childLeft, childTop, childLeft + childWidth, childTop + childHeight); in layoutHorizontal()244 int childWidth; in stackApplications() local259 childWidth = view.getMeasuredWidth(); in stackApplications()270 childLeft -= childWidth + mMarginRight; in stackApplications()273 childLeft += childWidth + mMarginRight; in stackApplications()280 view.layout(childLeft, childTop, childLeft + childWidth, childTop + childHeight); in stackApplications()