Lines Matching defs:box
442 // sizing for "box +n" in allDay events
1385 // Redraw the screen so that the selection box will be redrawn. We may
1387 // so the selection box in this view may no longer be visible.
1514 // Display the selection box but don't move or select it
1520 // Display the selection box but don't select it
2757 Rect box = new Rect();
2758 box.top = mSelectionHour * (mCellHeight + HOUR_GAP);
2759 box.bottom = box.top + mCellHeight + HOUR_GAP;
2761 box.left = computeDayLeftPosition(daynum) + 1;
2762 box.right = computeDayLeftPosition(daynum + 1);
2763 return box;
3006 // Draws the "box +n" text for hidden allday events
3171 Rect box = getCurrentSelectionPosition();
3178 // selection box. (The previously selected event may be from a
3179 // much older selection box.)
3188 // Clip the top and bottom to the previous selection box.
3197 // Just use the previously drawn selection box
3205 if (prevLeft >= box.right) {
3209 } else if (prevRight <= box.left) {
3213 } else if (prevBottom <= box.top) {
3217 } else if (prevTop >= box.bottom) {
3234 if (top < box.top) {
3235 top = box.top;
3238 if (bottom > box.bottom) {
3239 bottom = box.bottom;
3692 // If a time was selected (a blue selection box is visible) and the click location
3830 // setter for the 'box +n' alpha text used by the animator
4602 // Leave a gap for the 'box +n' text