Home | History | Annotate | Download | only in calendar

Lines Matching full:paint

30 import android.graphics.Paint;
34 import android.graphics.Paint.Style;
559 Paint p = new Paint();
661 * @param p The paint used for drawing.
663 private void drawGrid(Canvas canvas, Paint p) {
687 * @param p The paint used for drawing.
691 private void drawBox(int day, int weekNum, int row, int column, Canvas canvas, Paint p,
777 p.setStyle(Paint.Style.FILL);
800 p.setTextAlign(Paint.Align.LEFT);
814 p.setStyle(Paint.Style.FILL);
836 p.setTextAlign(Paint.Align.CENTER);
844 private void drawEvents(int date, Canvas canvas, Rect rect, Paint p, boolean drawBg) {
879 private RectF drawEventRect(Rect rect, Event event, Canvas canvas, Paint p) {