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