Home | History | Annotate | Download | only in widget

Lines Matching refs:beginBatchEdit

5785                     beginBatchEdit();
5802 beginBatchEdit();
6133 public void beginBatchEdit() {
6134 if (mEditor != null) mEditor.beginBatchEdit();
6143 * of edit operations through a call to link {@link #beginBatchEdit()}.