Searched refs:positions (Results 1 – 2 of 2) sorted by relevance
63 Point positions = strategy.getWord(before, cursor); in checkWord() local64 assertNotNull(positions); in checkWord()65 assertTrue(positions.y >= positions.x); in checkWord()66 String after = before.substring(0, positions.x) + '[' + in checkWord()67 before.substring(positions.x, positions.y) + ']' + in checkWord()68 before.substring(positions.y); in checkWord()
628 int[] positions = mTree.getColumnOrder(); in saveState() local636 columns[positions[i]] = column; in saveState()