Searched refs:mWorking (Results 1 – 2 of 2) sorted by relevance
63 private UndoState mWorking; field in UndoManager241 if (mWorking != null) { in undo()279 if (mWorking != null) { in redo()431 mWorking.updateLabel(label); in beginUpdate()436 mWorking = new UndoState(this, mCommitId++); in createWorkingState()455 if (mWorking == null) { in setUndoLabel()458 mWorking.setLabel(label); in setUndoLabel()466 if (mWorking == null) { in suggestUndoLabel()469 mWorking.updateLabel(label); in suggestUndoLabel()489 if (mWorking == null) { in hasOperation()[all …]
17117 Landroid/content/UndoManager;->mWorking:Landroid/content/UndoManager$UndoState;