Searched refs:viewBodyRight (Results 1 – 1 of 1) sorted by relevance
624 int viewBodyRight = viewBodyLeft + mViewBodyScroll.getWidth(); in setViewStatusOfFocusedCandidate() local628 if (focusedViewRight > viewBodyRight) { in setViewStatusOfFocusedCandidate()629 mViewBodyScroll.scrollBy((focusedViewRight - viewBodyRight), 0); in setViewStatusOfFocusedCandidate()