Searched refs:mVirtualButtonPressedDrawable (Results 1 – 1 of 1) sorted by relevance
316 private final Drawable mVirtualButtonPressedDrawable; field in NumberPicker647 mVirtualButtonPressedDrawable = attributesArray.getDrawable( in NumberPicker()1513 if (showSelectorWheel && mVirtualButtonPressedDrawable != null in onDraw()1516 mVirtualButtonPressedDrawable.setState(PRESSED_STATE_SET); in onDraw()1517 mVirtualButtonPressedDrawable.setBounds(0, 0, mRight, mTopSelectionDividerTop); in onDraw()1518 mVirtualButtonPressedDrawable.draw(canvas); in onDraw()1521 mVirtualButtonPressedDrawable.setState(PRESSED_STATE_SET); in onDraw()1522 mVirtualButtonPressedDrawable.setBounds(0, mBottomSelectionDividerBottom, mRight, in onDraw()1524 mVirtualButtonPressedDrawable.draw(canvas); in onDraw()