Searched defs:keyIndex (Results 1 – 8 of 8) sorted by relevance
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()
37 const int keyIndex = mProximityInfo->getKeyIndexOf(primaryCodePoint); in getPrimaryOriginalCodePointAt() local
165 const int keyIndex = getKeyIndexOf(keyCount, c, codeToKeyMap); in calculateProximities() local
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()
43 const int keyIndex = traverseSession->getProximityInfo()->getKeyIndexOf( in getErrorType() local
211 private static char getKeyChar(int keyIndex) { in getKeyChar()
160 final int keyIndex = cursor.getColumnIndex( in getSearchDataFromCursor() local
983 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() local1470 private void checkMultiTap(long eventTime, int keyIndex) { in checkMultiTap()