Searched refs:layoutKeys (Results 1 – 1 of 1) sorted by relevance
45 public KeyboardLayout(ArrayList<Key> layoutKeys, int mostCommonKeyWidth, in KeyboardLayout() argument52 mKeyCodes = new int[layoutKeys.size()]; in KeyboardLayout()53 mKeyXCoordinates = new int[layoutKeys.size()]; in KeyboardLayout()54 mKeyYCoordinates = new int[layoutKeys.size()]; in KeyboardLayout()55 mKeyWidths = new int[layoutKeys.size()]; in KeyboardLayout()56 mKeyHeights = new int[layoutKeys.size()]; in KeyboardLayout()58 for (int i = 0; i < layoutKeys.size(); i++) { in KeyboardLayout()59 Key key = layoutKeys.get(i); in KeyboardLayout()112 final ArrayList<Key> layoutKeys = new ArrayList<Key>(); in newKeyboardLayout() local118 layoutKeys.add(key); in newKeyboardLayout()[all …]