Home | History | Annotate | Download | only in calendar

Lines Matching refs:top

802         r.top = y;
824 r.top--;
859 r.bottom = r.top + WEEK_BANNER_HEIGHT;
865 int top = r.top;
866 r.top = r.bottom - WEEK_BANNER_HEIGHT;
869 r.top = top;
883 textY = r.top + WEEK_BANNER_HEIGHT - WEEK_TEXT_PADDING;
917 int textY = (int) (r.top + p.getTextSize() + TEXT_TOP_MARGIN); // bottom of text
923 // The top of the busybits section lines up with the top of the day number
924 int top = rect.top + TEXT_TOP_MARGIN + BUSY_BITS_MARGIN;
939 rf.top = top;
948 if (!geometry.computeEventRect(date, left, top, BUSY_BITS_WIDTH, event)) {
965 rf.top = event.top;
1092 mBitmapRect.top = 0;