Home | History | Annotate | Download | only in widget

Lines Matching refs:beginBatchEdit

5446                     beginBatchEdit();
5463 beginBatchEdit();
5786 public void beginBatchEdit() {
5787 if (mEditor != null) mEditor.beginBatchEdit();
5796 * of edit operations through a call to link {@link #beginBatchEdit()}.