Home | History | Annotate | Download | only in month

Lines Matching refs:textY

875         int textX, textY, textRightEdge;
886 textY = y + mEventAscentHeight + BORDER_SPACE;
894 textY = y + mEventAscentHeight;
928 canvas.drawText(text.toString(), textX, textY, textPaint);
936 textY = y + mExtrasAscentHeight;
942 canvas.drawText(text.toString(), textX, textY, isDeclined ? mEventDeclinedExtrasPaint