Searched refs:customParent (Results 1 – 3 of 3) sorted by relevance
414 final ViewParent customParent = custom.getParent(); in update() local415 if (customParent != this) { in update()416 if (customParent != null) ((ViewGroup) customParent).removeView(custom); in update()
450 final ViewParent customParent = custom.getParent(); in update() local451 if (customParent != this) { in update()452 if (customParent != null) ((ViewGroup) customParent).removeView(custom); in update()
1664 final ViewParent customParent = custom.getParent(); in update() local1665 if (customParent != this) { in update()1666 if (customParent != null) { in update()1667 ((ViewGroup) customParent).removeView(custom); in update()