Home
last modified time | relevance | path

Searched refs:pushTouchPointStartIndex (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dproximity_info_state.cpp74 int pushTouchPointStartIndex = 0; in initInputParams() local
83 pushTouchPointStartIndex = ProximityInfoStateUtils::trimLastTwoTouchPoints( in initInputParams()
104 pushTouchPointStartIndex, lastSavedInputSize); in initInputParams()
111 pushTouchPointStartIndex, &mSampledInputXs, &mSampledInputYs, &mSampledTimes, in initInputParams()
Dproximity_info_state_utils.cpp50 const int pushTouchPointStartIndex, std::vector<int> *sampledInputXs, in updateTouchPoints() argument
75 int lastInputIndex = pushTouchPointStartIndex; in updateTouchPoints()
96 for (int i = pushTouchPointStartIndex; i <= lastInputIndex; ++i) { in updateTouchPoints()
Dproximity_info_state_utils.h42 const bool isGeometric, const int pointerId, const int pushTouchPointStartIndex,