Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelper.java91 private final float mCenterSuggestionWeight; field in SuggestionStripLayoutHelper
138 mCenterSuggestionWeight = ResourceUtils.getFraction(a, in SuggestionStripLayoutHelper()
479 return mCenterSuggestionWeight; in getSuggestionWeight()
482 return (1.0f - mCenterSuggestionWeight) / (mSuggestionsCountInStrip - 1); in getSuggestionWeight()