OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProximityInfoState
(Results
1 - 5
of
5
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state.cpp
35
int
ProximityInfoState
::getPrimaryOriginalCodePointAt(const int index) const {
42
void
ProximityInfoState
::initInputParams(const int pointerId, const float maxPointToKeyLength,
103
AKLOGI("Init
ProximityInfoState
: reused points = %d, last input size = %d",
169
float
ProximityInfoState
::getPointToKeyLength(
183
float
ProximityInfoState
::getPointToKeyByIdLength(
200
ProximityType
ProximityInfoState
::getProximityType(const int index, const int codePoint,
254
ProximityType
ProximityInfoState
::getProximityTypeG(const int index, const int codePoint) const {
277
bool
ProximityInfoState
::isKeyInSerchKeysAfterIndex(const int index, const int keyId) const {
282
float
ProximityInfoState
::getDirection(const int index0, const int index1) const {
287
float
ProximityInfoState
::getMostProbableString(int *const codePointBuf) const
[
all
...]
proximity_info_state.h
32
class
ProximityInfoState
{
46
AK_FORCE_INLINE
ProximityInfoState
()
63
AK_FORCE_INLINE ~
ProximityInfoState
() {}
189
DISALLOW_COPY_AND_ASSIGN(
ProximityInfoState
);
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/session/
dic_traverse_session.h
85
const
ProximityInfoState
*getProximityInfoState(int id) const {
142
const
ProximityInfoState
*const pInfoState = getProximityInfoState(i);
178
ProximityInfoState
mProximityInfoStates[MAX_POINTER_COUNT_G];
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_weighting.cpp
38
const
ProximityInfoState
*const pInfoState =
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h
260
int getSecondWordFirstInputIndex(const
ProximityInfoState
*const pInfoState) const {
332
// TODO: Remove once touch path is merged into
ProximityInfoState
Completed in 74 milliseconds