HomeSort by relevance Sort by last modified time
    Searched refs:beginUpdate (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/content/
UndoManager.java 37 * <p>Updates to the stack must be done inside of a {@link #beginUpdate}/{@link #endUpdate()}
404 public void beginUpdate(CharSequence label) {
426 * Returns true if currently inside of a {@link #beginUpdate}.
433 * Forcibly set a new for the new undo state being built within a {@link #beginUpdate}.
444 * Set a new for the new undo state being built within a {@link #beginUpdate}, but
455 * Return the number of times {@link #beginUpdate} has been called without a matching
463 * Check whether there is an {@link UndoOperation} in the current {@link #beginUpdate}
563 * {@link #beginUpdate}.
606 * committed, and {@link #beginUpdate} called to restore the update nesting.
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]

Completed in 534 milliseconds