Home | History | Annotate | Download | only in latin

Lines Matching refs:Key

20 import android.inputmethodservice.Keyboard.Key;
28 private Key[] mKeys;
38 public Key[] setKeyboard(Keyboard keyboard, float correctionX, float correctionY) {
44 List<Key> keys = mKeyboard.getKeys();
45 Key[] array = keys.toArray(new Key[keys.size()]);
58 protected Key[] getKeys() {
78 * Allocates array that can hold all key indices returned by {@link #getKeyIndexAndNearbyCodes}
81 * @return Allocates and returns an array that can hold all key indices returned by
93 * Computes maximum size of the array that can contain all nearby key indices returned by
96 * @return Returns maximum size of the array that can contain all nearby key indices returned
102 * Finds all possible nearby key indices around a touch event point and returns the nearest key
109 * @param allKeys All nearby key indices are returned in this array
110 * @return The nearest key index