Searched refs:prevTop (Results 1 – 4 of 4) sorted by relevance
109 int prevTop; in testManyScrolls() local112 prevTop = firstTop; in testManyScrolls()120 } while ((prevId != firstId) || (prevTop != firstTop)); in testManyScrolls()131 prevTop = firstTop; in testManyScrolls()139 } while ((prevId != firstId) || (prevTop != firstTop)); in testManyScrolls()
125 int prevTop; in testManyScrolls() local128 prevTop = firstTop; in testManyScrolls()136 } while ((prevId != firstId) || (prevTop != firstTop)); in testManyScrolls()146 prevTop = firstTop; in testManyScrolls()154 } while ((prevId != firstId) || (prevTop != firstTop)); in testManyScrolls()
379 int prevTop; in updateTextPositions() local385 prevTop = paddingTop + prevTopOffset; in updateTextPositions()392 prevTop = centeredTop + prevTopOffset; in updateTextPositions()398 prevTop = bottomGravTop + prevTopOffset; in updateTextPositions()408 mPrevText.layout(prevLeft, prevTop, prevLeft + prevWidth, in updateTextPositions()409 prevTop + mPrevText.getMeasuredHeight()); in updateTextPositions()
127 int prevTop; in scrollToBottom() local130 prevTop = firstTop; in scrollToBottom()135 } while ((prevId != firstId) || (prevTop != firstTop)); in scrollToBottom()167 int prevTop; in scrollToTop() local170 prevTop = firstTop; in scrollToTop()175 } while ((prevId != firstId) || (prevTop != firstTop)); in scrollToTop()