Searched refs:lastSavedInputSize (Results 1 – 3 of 3) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
D | proximity_info_state.cpp | 75 int lastSavedInputSize = 0; in initInputParams() local 86 lastSavedInputSize = mSampledInputXs.size(); in initInputParams() 104 pushTouchPointStartIndex, lastSavedInputSize); in initInputParams() 117 yCoordinates, times, lastSavedInputSize, mSampledInputSize, &mSampledInputXs, in initInputParams() 128 lastSavedInputSize, isGeometric, &mSampledInputXs, &mSampledInputYs, in initInputParams() 134 mProximityInfo->getKeyCount(), lastSavedInputSize, mSampledInputSize, in initInputParams() 138 mSampledInputSize, lastSavedInputSize, &mSampledLengthCache, in initInputParams()
|
D | proximity_info_state_utils.cpp | 189 const int lastSavedInputSize, const bool isGeometric, in initGeometricDistanceInfos() argument 195 for (int i = lastSavedInputSize; i < sampledInputSize; ++i) { in initGeometricDistanceInfos() 220 const int lastSavedInputSize, const int sampledInputSize, in refreshSpeedRates() argument 231 for (int i = lastSavedInputSize; i < sampledInputSize; ++i) { in refreshSpeedRates() 271 for (int i = std::max(0, lastSavedInputSize - 1); i < sampledInputSize - 1; ++i) { in refreshSpeedRates() 824 const int lastSavedInputSize, const std::vector<int> *const sampledLengthCache, in updateSampledSearchKeySets() argument 834 if (i >= lastSavedInputSize) { in updateSampledSearchKeySets() 837 for (int j = std::max(i, lastSavedInputSize); j < sampledInputSize; ++j) { in updateSampledSearchKeySets()
|
D | proximity_info_state_utils.h | 52 const int *const yCoordinates, const int *const times, const int lastSavedInputSize, 77 const int sampledInputSize, const int lastSavedInputSize, 86 const int sampledInputSize, const int lastSavedInputSize, const bool isGeometric,
|