[go: nahoru, domu]

Searched refs:mMonthNumPaint (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DSimpleMonthView.java40 mMonthNumPaint.setColor(mDisabledDayTextColor);
42 mMonthNumPaint.setColor(mTodayNumberColor);
44 mMonthNumPaint.setColor(mDayTextColor);
46 canvas.drawText(String.format("%d", day), x, y, mMonthNumPaint);
H A DMonthView.java132 protected Paint mMonthNumPaint; field in class:MonthView
314 mMonthNumPaint = new Paint();
315 mMonthNumPaint.setAntiAlias(true);
316 mMonthNumPaint.setTextSize(MINI_DAY_NUMBER_TEXT_SIZE);
317 mMonthNumPaint.setStyle(Style.FILL);
318 mMonthNumPaint.setTextAlign(Align.CENTER);
319 mMonthNumPaint.setFakeBoldText(false);

Completed in 49 milliseconds