Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DNumberPicker.java351 private final Drawable mVirtualButtonPressedDrawable; field in NumberPicker
701 mVirtualButtonPressedDrawable = attributesArray.getDrawable( in NumberPicker()
1656 if (showSelectorWheel && mVirtualButtonPressedDrawable != null in onDraw()
1659 mVirtualButtonPressedDrawable.setState(PRESSED_STATE_SET); in onDraw()
1660 mVirtualButtonPressedDrawable.setBounds(0, 0, mRight, mTopSelectionDividerTop); in onDraw()
1661 mVirtualButtonPressedDrawable.draw(canvas); in onDraw()
1664 mVirtualButtonPressedDrawable.setState(PRESSED_STATE_SET); in onDraw()
1665 mVirtualButtonPressedDrawable.setBounds(0, mBottomSelectionDividerBottom, mRight, in onDraw()
1667 mVirtualButtonPressedDrawable.draw(canvas); in onDraw()