Home
last modified time | relevance | path

Searched defs:keyIndex (Results 1 – 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dproximity_info.h43 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()
Dproximity_info_state.cpp37 const int keyIndex = mProximityInfo->getKeyIndexOf(primaryCodePoint); in getPrimaryOriginalCodePointAt() local
Dproximity_info_utils.h164 const int keyIndex = getKeyIndexOf(keyCount, c, codeToKeyMap); in calculateProximities() local
Dproximity_info_state_utils.cpp159 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/
DKeyboardView.java481 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/
DDefaultSoftKeyboardJAJP.java462 int keyIndex = (KEY_NUMBER_12KEY < keys.size()) in changeKeyboard() local