Home | History | Annotate | Download | only in calendar

Lines Matching defs:distance2

3266             // if any. distance1 takes precedence over distance2.
3268 int distance2 = 0;
3275 distance2 = top - prevBottom;
3282 distance2 = prevTop - bottom;
3289 distance2 = left - prevRight;
3296 distance2 = prevLeft - right;
3299 || (distance1 == startEventDistance1 && distance2 < startEventDistance2)) {
3302 startEventDistance2 = distance2;