Searched defs:keyIndex (Results 1 – 7 of 7) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
D | proximity_info.h | 44 bool hasSweetSpotData(const int keyIndex) const { in hasSweetSpotData() 49 float getSweetSpotRadiiAt(int keyIndex) const { return mSweetSpotRadii[keyIndex]; } in getSweetSpotRadiiAt() 50 float getSweetSpotCenterXAt(int keyIndex) const { return mSweetSpotCenterXs[keyIndex]; } in getSweetSpotCenterXAt() 51 float getSweetSpotCenterYAt(int keyIndex) const { return mSweetSpotCenterYs[keyIndex]; } in getSweetSpotCenterYAt()
|
D | proximity_info_state.cpp | 37 const int keyIndex = mProximityInfo->getKeyIndexOf(primaryCodePoint); in getPrimaryOriginalCodePointAt() local
|
D | proximity_info_utils.h | 165 const int keyIndex = getKeyIndexOf(keyCount, c, codeToKeyMap); in calculateProximities() local
|
D | proximity_info_state_utils.cpp | 159 const std::vector<int> *const sampledInputYs, const int keyIndex, const int inputIndex) { in calculateSquaredDistanceFromSweetSpotCenter() 170 const std::vector<int> *const sampledInputYs, const int keyIndex, const int inputIndex) { in calculateNormalizedSquaredDistance()
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/ |
D | typing_weighting.cpp | 43 const int keyIndex = traverseSession->getProximityInfo()->getKeyIndexOf( in getErrorType() local
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
D | KeyboardView.java | 481 int keyIndex = getKeyIndices(mStartX, mStartY, null); in setKeyboard() local 888 private void showPreview(int keyIndex) { in showPreview() 925 private void showKey(final int keyIndex) { in showKey() 1023 public void invalidateKey(int keyIndex) { in invalidateKey() 1127 mMiniKeyboard.setPopupOffset(x < 0 ? 0 : x, y); in onLongPress() 1382 private void checkMultiTap(long eventTime, int keyIndex) { in checkMultiTap()
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
D | DefaultSoftKeyboardJAJP.java | 462 int keyIndex = (KEY_NUMBER_12KEY < keys.size()) in changeKeyboard() local
|