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