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