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

  /external/skia/include/images/
SkFlipPixelRef.h 34 void endUpdate();
78 fRef->endUpdate();
86 void endUpdate() {
88 fRef->endUpdate();
  /external/skia/src/images/
SkFlipPixelRef.cpp 40 void SkFlipPixelRef::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()}
401 * they are all matched by a later call to {@link #endUpdate}.
456 * {@link #endUpdate} call.
565 public void endUpdate() {
604 * and result with a fresh undo state, behaving as if {@link #endUpdate()}
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]

Completed in 1553 milliseconds