Searched defs:MAX_NEARBY_KEYS (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java229 private static int MAX_NEARBY_KEYS = 12; field in class:KeyboardView
230 private int[] mDistances = new int[MAX_NEARBY_KEYS];
856 int[] codes = new int[MAX_NEARBY_KEYS];

Completed in 33 milliseconds