Searched refs:getCommitId (Results 1 – 1 of 1) sorted by relevance
621 int commitId = mWorking.getCommitId(); in commitState()631 return state.getCommitId(); in commitState()647 if (mWorking != null && mWorking.getCommitId() == commitId) { in uncommitState()654 if (state.getCommitId() == commitId) { in uncommitState()784 int getCommitId() { in getCommitId() method in UndoManager.UndoState