Home
last modified time | relevance | path

Searched refs:mNeedsToUpdateInputStateG (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
Dweighting.cpp81 inputStateG.mNeedsToUpdateInputStateG = false; // Don't use input info by default in addCostAndForwardInputIndex()
89 if (inputStateG.mNeedsToUpdateInputStateG) { in addCostAndForwardInputIndex()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node.h63 : mNeedsToUpdateInputStateG(false), mPointerId(0), mInputIndex(0), in DicNode_InputStateG()
67 bool mNeedsToUpdateInputStateG; member