Searched refs:customParent (Results 1 – 1 of 1) sorted by relevance
425 final ViewParent customParent = custom.getParent(); in update() local426 if (customParent != this) { in update()427 if (customParent != null) ((ViewGroup) customParent).removeView(custom); in update()