Searched refs:prevBottom (Results 1 – 2 of 2) sorted by relevance
238 final int prevBottom = mDestRect.bottom; in computeDestRect() local243 mDestRect.bottom = prevBottom; in computeDestRect()
3171 int prevBottom; in computeNeighbors() local3178 prevBottom = (int) mPrevSelectedEvent.bottom; in computeNeighbors()3184 if (prevTop >= mPrevBox.bottom || prevBottom <= mPrevBox.top in computeNeighbors()3188 prevBottom = mPrevBox.bottom; in computeNeighbors()3196 if (prevBottom > mPrevBox.bottom) { in computeNeighbors()3197 prevBottom = mPrevBox.bottom; in computeNeighbors()3203 prevBottom = mPrevBox.bottom; in computeNeighbors()3212 prevCenter = (prevTop + prevBottom) / 2; in computeNeighbors()3216 prevCenter = (prevTop + prevBottom) / 2; in computeNeighbors()3217 } else if (prevBottom <= box.top) { in computeNeighbors()[all …]