Searched refs:mWorking (Results 1 – 1 of 1) sorted by relevance
64 private UndoState mWorking; field in UndoManager234 if (mWorking != null) { in undo()271 if (mWorking != null) { in redo()417 mWorking.updateLabel(label); in beginUpdate()422 mWorking = new UndoState(this, mCommitId++); in createWorkingState()440 if (mWorking == null) { in setUndoLabel()443 mWorking.setLabel(label); in setUndoLabel()451 if (mWorking == null) { in suggestUndoLabel()454 mWorking.updateLabel(label); in suggestUndoLabel()474 if (mWorking == null) { in hasOperation()[all …]