Searched refs:WEIGHT_FOR_LOCALE_IN_THOUSANDS (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
H A DNativeSuggestOptions.java25 private static final int WEIGHT_FOR_LOCALE_IN_THOUSANDS = 4; field in class:NativeSuggestOptions
49 setIntegerOption(WEIGHT_FOR_LOCALE_IN_THOUSANDS, (int) (value * 1000));
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/
H A Dsuggest_options.h48 return static_cast<float>(getIntOption(WEIGHT_FOR_LOCALE_IN_THOUSANDS)) / 1000.0f;
64 static const int WEIGHT_FOR_LOCALE_IN_THOUSANDS = 4; member in class:latinime::SuggestOptions

Completed in 142 milliseconds