Searched refs:mAsciiKeys (Results 1 – 1 of 1) sorted by relevance
259 private Key[] mAsciiKeys = new Key[256]; field in LatinKeyboardView283 while (c > 255 || mAsciiKeys[c] == null) { in setKeyboardLocal()291 int x = mAsciiKeys[c].x + 10; in setKeyboardLocal()292 int y = mAsciiKeys[c].y + 26; in setKeyboardLocal()304 int x2 = mAsciiKeys[cUp].x + 10; in setKeyboardLocal()305 int y2 = mAsciiKeys[cUp].y + 26; in setKeyboardLocal()331 mAsciiKeys[code] = keys.get(i); in findKeys()