Home
last modified time | relevance | path

Searched refs:customParent (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DScrollingTabContainerView.java425 final ViewParent customParent = custom.getParent(); in update() local
426 if (customParent != this) { in update()
427 if (customParent != null) ((ViewGroup) customParent).removeView(custom); in update()