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