Searched refs:mVirtualButtonPressedDrawable (Results 1 – 2 of 2) sorted by relevance
350 private final Drawable mVirtualButtonPressedDrawable; field in NumberPicker700 mVirtualButtonPressedDrawable = attributesArray.getDrawable( in NumberPicker()1655 if (showSelectorWheel && mVirtualButtonPressedDrawable != null in onDraw()1658 mVirtualButtonPressedDrawable.setState(PRESSED_STATE_SET); in onDraw()1659 mVirtualButtonPressedDrawable.setBounds(0, 0, mRight, mTopSelectionDividerTop); in onDraw()1660 mVirtualButtonPressedDrawable.draw(canvas); in onDraw()1663 mVirtualButtonPressedDrawable.setState(PRESSED_STATE_SET); in onDraw()1664 mVirtualButtonPressedDrawable.setBounds(0, mBottomSelectionDividerBottom, mRight, in onDraw()1666 mVirtualButtonPressedDrawable.draw(canvas); in onDraw()
82879 Landroid/widget/NumberPicker;->mVirtualButtonPressedDrawable:Landroid/graphics/drawable/Drawable;