Searched refs:mWorking (Results 1 – 1 of 1) sorted by relevance
62 private UndoState mWorking; field in UndoManager237 if (mWorking != null) { in undo()274 if (mWorking != null) { in redo()414 mWorking.updateLabel(label); in beginUpdate()419 mWorking = new UndoState(this, mCommitId++); in createWorkingState()437 if (mWorking == null) { in setUndoLabel()440 mWorking.setLabel(label); in setUndoLabel()448 if (mWorking == null) { in suggestUndoLabel()451 mWorking.updateLabel(label); in suggestUndoLabel()471 if (mWorking == null) { in hasOperation()[all …]