Searched refs:removeViews (Results 1 – 6 of 6) sorted by relevance
225 public void removeViews(int start, int count) { in removeViews() method in ViewAnimator226 super.removeViews(start, count); in removeViews()237 removeViews(start, count); in removeViewsInLayout()
168 mGroup.removeViews(6, 7); in testRemoveChildrenBulk()189 mGroup.removeViews(0, 7); in testRemoveChildrenBulkAtFront()211 mGroup.removeViews(17, 7); in testRemoveChildrenBulkAtEnd()
199 public void setViewRemoval(boolean removeViews) { in setViewRemoval() argument200 mRemoveViews = removeViews; in setViewRemoval()
3559 public void removeViews(int start, int count) { in removeViews() method in ViewGroup
23513 method public void removeViews(int, int);