Searched refs:mSortedKeys (Results 1 – 3 of 3) sorted by relevance
86 private final List<Key> mSortedKeys; field in Keyboard118 mSortedKeys = Collections.unmodifiableList(new ArrayList<>(params.mSortedKeys)); in Keyboard()125 mSortedKeys, params.mTouchPositionCorrection); in Keyboard()127 mKeyboardLayout = KeyboardLayout.newKeyboardLayout(mSortedKeys, mMostCommonKeyWidth, in Keyboard()146 mSortedKeys = keyboard.mSortedKeys; in Keyboard()186 return mSortedKeys; in getSortedKeys()
56 private final List<Key> mSortedKeys; field in ProximityInfo74 mSortedKeys = sortedKeys; in ProximityInfo()148 final List<Key> sortedKeys = mSortedKeys; in createNativeProximityInfo()246 final int keyCount = mSortedKeys.size(); in computeNearestNeighbors()265 for (final Key key : mSortedKeys) { in computeNearestNeighbors()
68 public final SortedSet<Key> mSortedKeys = new TreeSet<>(ROW_COLUMN_COMPARATOR); field in KeyboardParams114 mSortedKeys.clear(); in clearKeys()126 mSortedKeys.add(key); in onAddKey()145 for (final Key key : mSortedKeys) { in removeRedundantMoreKeys()148 final ArrayList<Key> allKeys = new ArrayList<>(mSortedKeys); in removeRedundantMoreKeys()149 mSortedKeys.clear(); in removeRedundantMoreKeys()152 mSortedKeys.add(mUniqueKeysCache.getUniqueKey(filteredKey)); in removeRedundantMoreKeys()