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