Searched refs:contentViewParent (Results 1 – 1 of 1) sorted by relevance
135 ViewGroup contentViewParent = (ViewGroup) contentView.getParent(); in installBaseLayoutAround() local136 int contentIndex = contentViewParent.indexOfChild(contentView); in installBaseLayoutAround()137 contentViewParent.removeView(contentView); in installBaseLayoutAround()138 contentViewParent.addView(baseLayout, contentIndex, contentView.getLayoutParams()); in installBaseLayoutAround()