Home | History | Annotate | Download | only in widget

Lines Matching defs:beginBatchEdit

7647                     beginBatchEdit();
7664 beginBatchEdit();
8031 public void beginBatchEdit() {
8032 if (mEditor != null) mEditor.beginBatchEdit();
8041 * of edit operations through a call to link {@link #beginBatchEdit()}.