OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPointToKeyLength
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_weighting.h
79
->
getPointToKeyLength
(pointIndex,
118
const float distance1 = traverseSession->getProximityInfoState(0)->
getPointToKeyLength
(
121
const float distance2 = traverseSession->getProximityInfoState(0)->
getPointToKeyLength
(
138
const float dist = traverseSession->getProximityInfoState(0)->
getPointToKeyLength
(
208
->
getPointToKeyLength
(inputIndex, KEYCODE_SPACE);
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state.h
149
float
getPointToKeyLength
(const int inputIndex, const int codePoint) const;
proximity_info_state.cpp
169
float ProximityInfoState::
getPointToKeyLength
(
Completed in 1067 milliseconds