Searched refs:childrenWidth (Results 1 – 2 of 2) sorted by relevance
625 int childrenWidth = mRight - mLeft - mSpinnerPadding.left - mSpinnerPadding.right; in layout() local657 selectedOffset = childrenLeft + (childrenWidth / 2) - (width / 2); in layout()660 selectedOffset = childrenLeft + childrenWidth - width; in layout()
638 int childrenWidth = mRight - mLeft - mSpinnerPadding.left - mSpinnerPadding.right; in layout() local679 int selectedOffset = childrenLeft + (childrenWidth / 2) - (sel.getWidth() / 2) + in layout()