Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dproximity_info.h44 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()
Dproximity_info_state.cpp37 const int keyIndex = mProximityInfo->getKeyIndexOf(primaryCodePoint); in getPrimaryOriginalCodePointAt() local
Dproximity_info_utils.h165 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/LatinIME/native/jni/src/suggest/policyimpl/typing/
Dtyping_weighting.cpp43 const int keyIndex = traverseSession->getProximityInfo()->getKeyIndexOf( in getErrorType() local
/packages/apps/Dialer/java/com/android/dialer/dialpadview/
DDialpadCharMappings.java211 private static char getKeyChar(int keyIndex) { in getKeyChar()
/packages/apps/Settings/tests/uitests/src/com/android/settings/ui/search/
DSettingsSearchResultRegressionTest.java160 final int keyIndex = cursor.getColumnIndex( in getSearchDataFromCursor() local
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java983 private void showPreview(int keyIndex) { in showPreview()
1028 private void showKey(final int keyIndex) { in showKey()
1123 public void invalidateKey(int keyIndex) { in invalidateKey()
1260 int keyIndex = getKeyIndices(touchX, touchY, null); in onModifiedTouchEvent() local
1470 private void checkMultiTap(long eventTime, int keyIndex) { in checkMultiTap()