Searched refs:mWorking (Results 1 – 2 of 2) sorted by relevance
64 private UndoState mWorking; field in UndoManager242 if (mWorking != null) { in undo()280 if (mWorking != null) { in redo()432 mWorking.updateLabel(label); in beginUpdate()437 mWorking = new UndoState(this, mCommitId++); in createWorkingState()456 if (mWorking == null) { in setUndoLabel()459 mWorking.setLabel(label); in setUndoLabel()467 if (mWorking == null) { in suggestUndoLabel()470 mWorking.updateLabel(label); in suggestUndoLabel()490 if (mWorking == null) { in hasOperation()[all …]
14230 Landroid/content/UndoManager;->mWorking:Landroid/content/UndoManager$UndoState;