Home | History | Annotate | Download | only in month

Lines Matching refs:LEFT

436         mEventExtrasPaint.setTextAlign(Align.LEFT);
448 mEventDeclinedExtrasPaint.setTextAlign(Align.LEFT);
565 r.left = computeDayLeftPosition(mTodayIndex) + (TODAY_HIGHLIGHT_WIDTH / 2);
574 // Computes the x position for the left side of the given day
637 r.left = 0;
640 // compute left edge for i, set up r, draw
645 // compute left edge for i, set up r, draw
647 r.left = computeDayLeftPosition(i - offset);
653 r.left = computeDayLeftPosition(mTodayIndex);
665 r.left = computeDayLeftPosition(mClickedDayIndex);
790 // left side of box
812 * @param x the top left corner for this event's color chip
813 * @param y the top left corner for this event's color chip
879 // than 1 draws outside the specified bounds. (We don't adjust the left edge, since
881 r.left = x;
889 r.left = x;