HomeSort by relevance Sort by last modified time
    Searched defs:getInputIndex (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
dic_node_state_input.h 73 int getInputIndex(const int pointerId) const {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h 37 getInputIndex(0), getNormalizedCompoundDistance(), charBuf); \
50 getInputIndex(0), getNormalizedCompoundDistanceAfterFirstWord()); \
199 return mDicNodeState.mDicNodeStateInput.getInputIndex(0) >= inputSize;
203 return mDicNodeState.mDicNodeStateInput.getInputIndex(0) < inputSize - 1;
300 / static_cast<float>(getInputIndex(0) + 1);
364 int16_t getInputIndex(int pointerId) const {
365 return mDicNodeState.mDicNodeStateInput.getInputIndex(pointerId);
470 index += mDicNodeState.mDicNodeStateInput.getInputIndex(i);

Completed in 361 milliseconds