Home
last modified time | relevance | path

Searched refs:prevRight (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/animation/
DPopupTransitionAnimation.java238 final int prevRight = mDestRect.right; in computeDestRect() local
245 mDestRect.right = prevRight; in computeDestRect()
/packages/apps/Calendar/src/com/android/calendar/
DDayView.java3173 int prevRight; in computeNeighbors() local
3180 prevRight = (int) mPrevSelectedEvent.right; in computeNeighbors()
3185 || prevRight <= mPrevBox.left || prevLeft >= mPrevBox.right) { in computeNeighbors()
3190 prevRight = mPrevBox.right; in computeNeighbors()
3205 prevRight = mPrevBox.right; in computeNeighbors()
3213 } else if (prevRight <= box.left) { in computeNeighbors()
3220 prevCenter = (prevLeft + prevRight) / 2; in computeNeighbors()
3224 prevCenter = (prevLeft + prevRight) / 2; in computeNeighbors()
3289 distance2 = left - prevRight; in computeNeighbors()