Searched refs:mVirtualButtonPressedDrawable (Results 1 – 1 of 1) sorted by relevance
313 private final Drawable mVirtualButtonPressedDrawable; field in NumberPicker608 mVirtualButtonPressedDrawable = attributesArray.getDrawable( in NumberPicker()1411 if (mVirtualButtonPressedDrawable != null in onDraw()1414 mVirtualButtonPressedDrawable.setState(PRESSED_STATE_SET); in onDraw()1415 mVirtualButtonPressedDrawable.setBounds(0, 0, mRight, mTopSelectionDividerTop); in onDraw()1416 mVirtualButtonPressedDrawable.draw(canvas); in onDraw()1419 mVirtualButtonPressedDrawable.setState(PRESSED_STATE_SET); in onDraw()1420 mVirtualButtonPressedDrawable.setBounds(0, mBottomSelectionDividerBottom, mRight, in onDraw()1422 mVirtualButtonPressedDrawable.draw(canvas); in onDraw()