Searched refs:getKeyYCoordinates (Results 1 – 2 of 2) sorted by relevance
46 assertEquals(0, keyboardLayout.getKeyYCoordinates().length); in testNewKeyboardLayout()61 assertEquals(2, keyboardLayout.getKeyYCoordinates().length); in testNewKeyboardLayout()66 assertEquals(106, keyboardLayout.getKeyYCoordinates()[0]); in testNewKeyboardLayout()75 assertEquals(206, keyboardLayout.getKeyYCoordinates()[1]); in testNewKeyboardLayout()
84 public int[] getKeyYCoordinates() { in getKeyYCoordinates() method in KeyboardLayout