Home | History | Annotate | Download | only in month

Lines Matching refs:textY

781         int textY = y + EVENT_SQUARE_WIDTH;
785 canvas.drawText(text.toString(), textX, textY, isDeclined ? mDeclinedEventPaint
788 textY += mEventHeight + EVENT_LINE_EXTRA_PADDING;
794 canvas.drawText(text.toString(), textX, textY, isDeclined ? mEventDeclinedExtrasPaint
798 return textY + EVENT_LINE_PADDING;