Searched defs:beginUpdate (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/content/
H A DUndoManager.java37 * <p>Updates to the stack must be done inside of a {@link #beginUpdate}/{@link #endUpdate()}
408 public void beginUpdate(CharSequence label) { method in class:UndoManager
430 * Returns true if currently inside of a {@link #beginUpdate}.
437 * Forcibly set a new for the new undo state being built within a {@link #beginUpdate}.
448 * Set a new for the new undo state being built within a {@link #beginUpdate}, but
459 * Return the number of times {@link #beginUpdate} has been called without a matching
467 * Check whether there is an {@link UndoOperation} in the current {@link #beginUpdate}
567 * {@link #beginUpdate}.
610 * committed, and {@link #beginUpdate} called to restore the update nesting.

Completed in 47 milliseconds