Searched refs:mWorking (Results 1 – 2 of 2) sorted by relevance
65 private UndoState mWorking; field in UndoManager239 if (mWorking != null) { in undo()277 if (mWorking != null) { in redo()429 mWorking.updateLabel(label); in beginUpdate()434 mWorking = new UndoState(this, mCommitId++); in createWorkingState()453 if (mWorking == null) { in setUndoLabel()456 mWorking.setLabel(label); in setUndoLabel()464 if (mWorking == null) { in suggestUndoLabel()467 mWorking.updateLabel(label); in suggestUndoLabel()487 if (mWorking == null) { in hasOperation()[all …]
18288 Landroid/content/UndoManager;->mWorking:Landroid/content/UndoManager$UndoState;