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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state.cpp 74 int pushTouchPointStartIndex = 0;
83 pushTouchPointStartIndex = ProximityInfoStateUtils::trimLastTwoTouchPoints(
104 pushTouchPointStartIndex, lastSavedInputSize);
111 pushTouchPointStartIndex, &mSampledInputXs, &mSampledInputYs, &mSampledTimes,
proximity_info_state_utils.h 42 const bool isGeometric, const int pointerId, const int pushTouchPointStartIndex,
proximity_info_state_utils.cpp 50 const int pushTouchPointStartIndex, std::vector<int> *sampledInputXs,
75 int lastInputIndex = pushTouchPointStartIndex;
96 for (int i = pushTouchPointStartIndex; i <= lastInputIndex; ++i) {
    [all...]

Completed in 145 milliseconds