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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
scoring_params.h 48 static const float FIRST_PROXIMITY_COST;
scoring_params.cpp 41 const float ScoringParams::FIRST_PROXIMITY_COST = 0.07788f;
typing_weighting.h 90 cost += ScoringParams::FIRST_PROXIMITY_COST;

Completed in 139 milliseconds