Searched refs:mPaintBackground (Results 1 – 2 of 2) sorted by relevance
142 private final Paint mPaintBackground = new Paint(); field in RadialTimePickerView365 mPaintBackground.setAntiAlias(true); in RadialTimePickerView()446 mPaintBackground.setColor(a.getColor(R.styleable.TimePicker_numbersBackgroundColor, in applyAttributes()727 canvas.drawCircle(mXCenter, mYCenter, mCircleRadius, mPaintBackground); in drawCircleBackground()
68185 Landroid/widget/RadialTimePickerView;->mPaintBackground:Landroid/graphics/Paint;