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