Searched refs:mSelectionDivider (Results 1 – 1 of 1) sorted by relevance
455 private final Drawable mSelectionDivider; field in NumberPicker665 mSelectionDivider = selectionDivider; in NumberPicker()1616 final Drawable selectionDivider = mSelectionDivider; in drawableStateChanged()1628 if (mSelectionDivider != null) { in jumpDrawablesToCurrentState()1629 mSelectionDivider.jumpToCurrentState(); in jumpDrawablesToCurrentState()1638 if (mSelectionDivider != null) { in onResolveDrawables()1639 mSelectionDivider.setLayoutDirection(layoutDirection); in onResolveDrawables()1687 if (showSelectorWheel && mSelectionDivider != null) { in onDraw()1691 mSelectionDivider.setBounds(0, topOfTopDivider, mRight, bottomOfTopDivider); in onDraw()1692 mSelectionDivider.draw(canvas); in onDraw()[all …]