HomeSort by relevance Sort by last modified time
    Searched defs:endUpdate (Results 1 - 3 of 3) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationInput.java 35 void endUpdate();
100 mConversationInputBase.endUpdate();
ConversationInputManager.java 214 endUpdate();
281 endUpdate();
318 endUpdate();
327 public void endUpdate() {
  /frameworks/base/core/java/android/content/
UndoManager.java 37 * <p>Updates to the stack must be done inside of a {@link #beginUpdate}/{@link #endUpdate()}
405 * they are all matched by a later call to {@link #endUpdate}.
460 * {@link #endUpdate} call.
569 public void endUpdate() {
608 * and result with a fresh undo state, behaving as if {@link #endUpdate()}

Completed in 1007 milliseconds