Home | History | Annotate | Download | only in month

Lines Matching refs:textX

875         int textX, textY, textRightEdge;
885 textX = x + BORDER_SPACE;
893 textX = x + EVENT_SQUARE_WIDTH + EVENT_RIGHT_PADDING;
910 float avail = textRightEdge - textX;
928 canvas.drawText(text.toString(), textX, textY, textPaint);
942 canvas.drawText(text.toString(), textX, textY, isDeclined ? mEventDeclinedExtrasPaint