Searched refs:getXCoordinates (Results 1 – 3 of 3) sorted by relevance
43 assertNotNull("new instance xCoordinates", src.getXCoordinates()); in testNewInstance()52 final int[] xCoordinates = src.getXCoordinates(); in testReset()53 final int[] yCoordinates = src.getXCoordinates(); in testReset()54 final int[] pointerIds = src.getXCoordinates(); in testReset()55 final int[] times = src.getXCoordinates(); in testReset()59 assertNotSame("xCoordinates after reset", xCoordinates, src.getXCoordinates()); in testReset()68 final int limit = src.getXCoordinates().length * 2 + 10; in testAdd()82 assertEquals("xCoordinates at " + i, x, src.getXCoordinates()[i]); in testAdd()106 assertEquals("xCoordinates at " + i, x, src.getXCoordinates()[i]); in testAddAt()116 final int limit = src.getXCoordinates().length * 2 + 10; in testSet()[all …]
136 public int[] getXCoordinates() { in getXCoordinates() method in InputPointers
307 getTraverseSession(sessionId).getSession(), inputPointers.getXCoordinates(), in getSuggestions()