Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DScrollingTabContainerView.java414 final ViewParent customParent = custom.getParent(); in update() local
415 if (customParent != this) { in update()
416 if (customParent != null) ((ViewGroup) customParent).removeView(custom); in update()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DScrollingTabContainerView.java450 final ViewParent customParent = custom.getParent(); in update() local
451 if (customParent != this) { in update()
452 if (customParent != null) ((ViewGroup) customParent).removeView(custom); in update()
/frameworks/support/design/src/android/support/design/widget/
DTabLayout.java1664 final ViewParent customParent = custom.getParent(); in update() local
1665 if (customParent != this) { in update()
1666 if (customParent != null) { in update()
1667 ((ViewGroup) customParent).removeView(custom); in update()