HomeSort by relevance Sort by last modified time
    Searched refs:WEIGHT_FOR_LOCALE_IN_THOUSANDS (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
NativeSuggestOptions.java 25 private static final int WEIGHT_FOR_LOCALE_IN_THOUSANDS = 4;
49 setIntegerOption(WEIGHT_FOR_LOCALE_IN_THOUSANDS, (int) (value * 1000));
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest_options.h 48 return static_cast<float>(getIntOption(WEIGHT_FOR_LOCALE_IN_THOUSANDS)) / 1000.0f;
64 static const int WEIGHT_FOR_LOCALE_IN_THOUSANDS = 4;

Completed in 456 milliseconds