Lines Matching defs:box
439 // sizing for "box +n" in allDay events
1386 // Redraw the screen so that the selection box will be redrawn. We may
1388 // so the selection box in this view may no longer be visible.
1515 // Display the selection box but don't move or select it
1521 // Display the selection box but don't select it
2761 Rect box = new Rect();
2762 box.top = mSelectionHour * (mCellHeight + HOUR_GAP);
2763 box.bottom = box.top + mCellHeight + HOUR_GAP;
2765 box.left = computeDayLeftPosition(daynum) + 1;
2766 box.right = computeDayLeftPosition(daynum + 1);
2767 return box;
3010 // Draws the "box +n" text for hidden allday events
3175 Rect box = getCurrentSelectionPosition();
3182 // selection box. (The previously selected event may be from a
3183 // much older selection box.)
3192 // Clip the top and bottom to the previous selection box.
3201 // Just use the previously drawn selection box
3209 if (prevLeft >= box.right) {
3213 } else if (prevRight <= box.left) {
3217 } else if (prevBottom <= box.top) {
3221 } else if (prevTop >= box.bottom) {
3238 if (top < box.top) {
3239 top = box.top;
3242 if (bottom > box.bottom) {
3243 bottom = box.bottom;
3698 // If a time was selected (a blue selection box is visible) and the click location
3836 // setter for the 'box +n' alpha text used by the animator
4645 // Leave a gap for the 'box +n' text