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