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.java426 final ViewParent customParent = custom.getParent(); in update() local
427 if (customParent != this) { in update()
428 if (customParent != null) ((ViewGroup) customParent).removeView(custom); in update()