Home
last modified time | relevance | path

Searched refs:neededWidth (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/src/com/android/inputmethod/latin/
DCandidateViewContainer.java58 int neededWidth = mCandidates.computeHorizontalScrollRange(); in requestLayout() local
61 boolean rightVisible = x + availableWidth < neededWidth; in requestLayout()