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