Searched refs:ROW_COLUMN_COMPARATOR (Results 1 – 1 of 1) sorted by relevance
68 public final SortedSet<Key> mSortedKeys = new TreeSet<>(ROW_COLUMN_COMPARATOR);94 private static final Comparator<Key> ROW_COLUMN_COMPARATOR = new Comparator<Key>() { field in KeyboardParams