HomeSort by relevance Sort by last modified time
    Searched refs:ProximityInfoState (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state.cpp 34 void ProximityInfoState::initInputParams(const int pointerId, const float maxPointToKeyLength,
96 AKLOGI("Init ProximityInfoState: reused points = %d, last input size = %d",
163 float ProximityInfoState::getPointToKeyLength(
177 float ProximityInfoState::getPointToKeyByIdLength(
194 ProximityType ProximityInfoState::getProximityType(const int index, const int codePoint,
248 ProximityType ProximityInfoState::getProximityTypeG(const int index, const int codePoint) const {
263 bool ProximityInfoState::isKeyInSerchKeysAfterIndex(const int index, const int keyId) const {
268 float ProximityInfoState::getDirection(const int index0, const int index1) const {
273 float ProximityInfoState::getMostProbableString(int *const codePointBuf) const {
278 bool ProximityInfoState::hasSpaceProximity(const int index) const
    [all...]
proximity_info_state.h 32 class ProximityInfoState {
45 AK_FORCE_INLINE ProximityInfoState()
62 AK_FORCE_INLINE ~ProximityInfoState() {}
194 DISALLOW_COPY_AND_ASSIGN(ProximityInfoState);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/session/
dic_traverse_session.h 96 const ProximityInfoState *getProximityInfoState(int id) const {
168 const ProximityInfoState *const pInfoState = getProximityInfoState(i);
203 ProximityInfoState mProximityInfoStates[MAX_POINTER_COUNT_G];
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h 334 int getSecondWordFirstInputIndex(const ProximityInfoState *const pInfoState) const {
410 // TODO: Remove once touch path is merged into ProximityInfoState

Completed in 32 milliseconds