Searched refs:viewBodyBottom (Results 1 – 1 of 1) sorted by relevance
1683 int viewBodyBottom = viewBodyTop + mViewBodyScroll.getHeight(); in setViewStatusOfFocusedCandidate() local1687 if (focusedViewBottom > viewBodyBottom) { in setViewStatusOfFocusedCandidate()1688 mViewBodyScroll.scrollBy(0, (focusedViewBottom - viewBodyBottom)); in setViewStatusOfFocusedCandidate()