Searched refs:onDeleted (Results 1 – 3 of 3) sorted by relevance
199 model.onDeleted(Arrays.<INode>asList(button1)); in testDeletion1()244 model.onDeleted(Arrays.<INode>asList(textView1)); in testDeletion1()335 model.onDeleted(Arrays.<INode>asList(button1)); in testDelete2()567 model.onDeleted(Collections.<INode>singletonList(button3)); in testDelete5_INCOMPLETE()
420 grid.onDeleted(deleted); in onRemovingChildren()
1952 public void onDeleted(@NonNull List<INode> nodes) { in onDeleted() method in GridModel