Searched refs:hasOperation (Results 1 – 4 of 4) sorted by relevance
489 public boolean hasOperation(UndoOwner owner) { in hasOperation() method in UndoManager493 return mWorking.hasOperation(owner); in hasOperation()572 && state.canMerge() && state.hasOperation(op.getOwner())) { in addOperation()638 if (owner == null || mWorking.hasOperation(owner)) { in commitState()648 if (state != null && (owner == null || state.hasOperation(owner))) { in commitState()667 if (owner == null || mWorking.hasOperation(owner)) { in uncommitState()672 if (state != null && (owner == null || state.hasOperation(owner))) { in uncommitState()842 boolean hasOperation(UndoOwner owner) { in hasOperation() method in UndoManager.UndoState
4273 HSPLandroid/content/UndoManager$UndoState;->hasOperation(Landroid/content/UndoOwner;)Z
14186 Landroid/content/UndoManager$UndoState;->hasOperation(Landroid/content/UndoOwner;)Z14213 Landroid/content/UndoManager;->hasOperation(Landroid/content/UndoOwner;)Z
4276 HSPLandroid/content/UndoManager$UndoState;->hasOperation(Landroid/content/UndoOwner;)Z