Home | History | Annotate | Download | only in month

Lines Matching refs:textX

780         int textX = x + EVENT_SQUARE_WIDTH + EVENT_RIGHT_PADDING;
782 float avail = rightEdge - textX;
785 canvas.drawText(text.toString(), textX, textY, isDeclined ? mDeclinedEventPaint
794 canvas.drawText(text.toString(), textX, textY, isDeclined ? mEventDeclinedExtrasPaint