Searched refs:findNextState (Results 1 – 1 of 1) sorted by relevance
366 while ((i=findNextState(mUndos, owners, i)) >= 0) { in countUndos()386 while ((i=findNextState(mRedos, owners, i)) >= 0) { in countRedos()730 int findNextState(ArrayList<UndoState> states, UndoOwner[] owners, int from) { in findNextState() method in UndoManager