Home | History | Annotate | Download | only in calendar

Lines Matching refs:prevRight

3173         int prevRight;
3180 prevRight = (int) mPrevSelectedEvent.right;
3185 || prevRight <= mPrevBox.left || prevLeft >= mPrevBox.right) {
3190 prevRight = mPrevBox.right;
3205 prevRight = mPrevBox.right;
3213 } else if (prevRight <= box.left) {
3220 prevCenter = (prevLeft + prevRight) / 2;
3224 prevCenter = (prevLeft + prevRight) / 2;
3289 distance2 = left - prevRight;