Searched refs:prevRight (Results 1 – 2 of 2) sorted by relevance
238 final int prevRight = mDestRect.right; in computeDestRect() local245 mDestRect.right = prevRight; in computeDestRect()
3173 int prevRight; in computeNeighbors() local3180 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()