Searched refs:selectionDivider (Results 1 – 1 of 1) sorted by relevance
655 final Drawable selectionDivider = attributesArray.getDrawable( in NumberPicker() local657 if (selectionDivider != null) { in NumberPicker()658 selectionDivider.setCallback(this); in NumberPicker()659 selectionDivider.setLayoutDirection(getLayoutDirection()); in NumberPicker()660 if (selectionDivider.isStateful()) { in NumberPicker()661 selectionDivider.setState(getDrawableState()); in NumberPicker()664 mSelectionDivider = selectionDivider; in NumberPicker()1617 final Drawable selectionDivider = mSelectionDivider; in drawableStateChanged() local1618 if (selectionDivider != null && selectionDivider.isStateful() in drawableStateChanged()1619 && selectionDivider.setState(getDrawableState())) { in drawableStateChanged()[all …]