Searched refs:notifyGroupChildRemoved (Results 1 – 5 of 5) sorted by relevance
66 void notifyGroupChildRemoved(ExpandableView row, ViewGroup childrenContainer); in notifyGroupChildRemoved() method
1865 public void notifyGroupChildRemoved(ExpandableView row, ViewGroup childrenContainer) {1866 mView.notifyGroupChildRemoved(row, childrenContainer);
3040 public void notifyGroupChildRemoved(ExpandableView row, ViewGroup childrenContainer) { in notifyGroupChildRemoved() method
208 verify(listContainer, never()).notifyGroupChildRemoved(any(), any()) in removeChild_whenTransfer()222 verify(listContainer).notifyGroupChildRemoved(eq(childView), eq(childrenContainer)) in removeChild_whenNotTransfer()
393 mListContainer.notifyGroupChildRemoved(childView, mView.getChildrenContainer()); in removeChild()