Searched defs:keyIndex (Results 1 – 6 of 6) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
D | proximity_info.h | 43 bool hasSweetSpotData(const int keyIndex) const { in hasSweetSpotData() 48 float getSweetSpotRadiiAt(int keyIndex) const { return mSweetSpotRadii[keyIndex]; } in getSweetSpotRadiiAt() 49 float getSweetSpotCenterXAt(int keyIndex) const { return mSweetSpotCenterXs[keyIndex]; } in getSweetSpotCenterXAt() 50 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 | 164 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/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
|