Home
last modified time | relevance | path

Searched refs:mVirtualButtonPressedDrawable (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DNumberPicker.java316 private final Drawable mVirtualButtonPressedDrawable; field in NumberPicker
647 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()