Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dproximity_info_state.cpp95 mSampledSearchKeySets.clear(); in initInputParams()
139 &mCharProbabilities, &mSampledSearchKeySets, in initInputParams()
279 return mSampledSearchKeySets[index].test(keyId); in isKeyInSerchKeysAfterIndex()
Dproximity_info_state.h54 mCharProbabilities(), mSampledSearchKeySets(), mSampledSearchKeyVectors(), in ProximityInfoState()
224 std::vector<ProximityInfoStateUtils::NearKeycodesSet> mSampledSearchKeySets; variable