Searched refs:pushTouchPointStartIndex (Results 1 – 3 of 3) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
D | proximity_info_state.cpp | 74 int pushTouchPointStartIndex = 0; in initInputParams() local 83 pushTouchPointStartIndex = ProximityInfoStateUtils::trimLastTwoTouchPoints( in initInputParams() 104 pushTouchPointStartIndex, lastSavedInputSize); in initInputParams() 111 pushTouchPointStartIndex, &mSampledInputXs, &mSampledInputYs, &mSampledTimes, in initInputParams()
|
D | proximity_info_state_utils.cpp | 50 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()
|
D | proximity_info_state_utils.h | 42 const bool isGeometric, const int pointerId, const int pushTouchPointStartIndex,
|