Searched refs:mWorking (Results 1 – 1 of 1) sorted by relevance
64 private UndoState mWorking; field in UndoManager235 if (mWorking != null) { in undo()272 if (mWorking != null) { in redo()418 mWorking.updateLabel(label); in beginUpdate()423 mWorking = new UndoState(this, mCommitId++); in createWorkingState()441 if (mWorking == null) { in setUndoLabel()444 mWorking.setLabel(label); in setUndoLabel()452 if (mWorking == null) { in suggestUndoLabel()455 mWorking.updateLabel(label); in suggestUndoLabel()475 if (mWorking == null) { in hasOperation()[all …]