Searched refs:mSelectionDivider (Results 1 – 1 of 1) sorted by relevance
454 private final Drawable mSelectionDivider; field in NumberPicker664 mSelectionDivider = selectionDivider; in NumberPicker()1617 final Drawable selectionDivider = mSelectionDivider; in drawableStateChanged()1629 if (mSelectionDivider != null) { in jumpDrawablesToCurrentState()1630 mSelectionDivider.jumpToCurrentState(); in jumpDrawablesToCurrentState()1639 if (mSelectionDivider != null) { in onResolveDrawables()1640 mSelectionDivider.setLayoutDirection(layoutDirection); in onResolveDrawables()1688 if (showSelectorWheel && mSelectionDivider != null) { in onDraw()1692 mSelectionDivider.setBounds(0, topOfTopDivider, mRight, bottomOfTopDivider); in onDraw()1693 mSelectionDivider.draw(canvas); in onDraw()[all …]