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 38 getInputIndex(0), getNormalizedCompoundDistance(), charBuf); \
51 getInputIndex(0), getNormalizedCompoundDistanceAfterFirstWord()); \
193 return mDicNodeState.mDicNodeStateInput.getInputIndex(0) >= inputSize;
197 return mDicNodeState.mDicNodeStateInput.getInputIndex(0) < inputSize - 1;
289 / static_cast<float>(getInputIndex(0) + 1);
354 int16_t getInputIndex(int pointerId) const {
355 return mDicNodeState.mDicNodeStateInput.getInputIndex(pointerId);
456 index += mDicNodeState.mDicNodeStateInput.getInputIndex(i);

Completed in 42 milliseconds