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

/frameworks/base/core/java/android/content/
H A DUndoOperation.java29 public abstract class UndoOperation<DATA> implements Parcelable { class in inherits:Parcelable
37 public UndoOperation(UndoOwner owner) { method in class:UndoOperation
44 protected UndoOperation(Parcel src, ClassLoader loader) { method in class:UndoOperation
48 * Owning object as given to {@link #UndoOperation(UndoOwner)}.
H A DUndoManager.java32 * <p>A single undoable operation is represented by {@link UndoOperation} which
43 * <p>Every {link UndoOperation} is associated with an {@link UndoOwner}, which identifies
463 * Check whether there is an {@link UndoOperation} in the current {@link #beginUpdate}
478 * Return the most recent {@link UndoOperation} that was added to the update.
481 public UndoOperation<?> getLastOperation(int mergeMode) {
486 * Return the most recent {@link UndoOperation} that was added to the update and
494 public UndoOperation<?> getLastOperation(UndoOwner owner, int mergeMode) {
499 * Return the most recent {@link UndoOperation} that was added to the update and
510 public <T extends UndoOperation> T getLastOperation(Class<T> clazz, UndoOwner owner,
517 UndoOperation<
[all...]
/frameworks/base/core/java/android/widget/
H A DEditor.java20 import android.content.UndoOperation;
3999 public static class TextModifyOperation extends UndoOperation<TextView> {

Completed in 76 milliseconds