Searched refs:getKeyXCoordinates (Results 1 – 2 of 2) sorted by relevance
43 assertEquals(0, keyboardLayout.getKeyXCoordinates().length); in testNewKeyboardLayout()58 assertEquals(2, keyboardLayout.getKeyXCoordinates().length); in testNewKeyboardLayout()63 assertEquals(105 + 5, keyboardLayout.getKeyXCoordinates()[0]); in testNewKeyboardLayout()72 assertEquals(205 + 5, keyboardLayout.getKeyXCoordinates()[1]); in testNewKeyboardLayout()
77 public int[] getKeyXCoordinates() { in getKeyXCoordinates() method in KeyboardLayout