Searched refs:redo (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/
H A DUndoOperation.java97 * the temporary redo stack). The implementation should remove the original
104 * redo stack to the main undo stack. The implementation should re-apply
107 public abstract void redo(); method in class:UndoOperation
H A DUndoManager.java29 * a document or application. This class supports both undo and redo and has
33 * apps implement to define their undo/redo behavior. The UndoManager keeps
50 * undo/redo them without needing to impact edits in other objects; while
52 * undo/redo them as a single stream.</p>
265 * Perform redo of last/top <var>count</var> undo states in the transient redo stack.
273 public int redo(UndoOwner[] owners, int count) { method in class:UndoManager
285 state.redo();
297 * Returns true if we are currently inside of an undo/redo operation. This is
361 * Return the number of redo state
913 void redo() { method in class:UndoManager.UndoState
[all...]
/frameworks/base/core/java/android/widget/
H A DEditor.java3931 if (DEBUG_UNDO) Log.d(TAG, "*** skipping, currently performing undo/redo");
4024 public void redo() { method in class:Editor.TextModifyOperation
4029 // Both undo and redo involves swapping the contents of the range

Completed in 182 milliseconds