Searched refs:customView (Results 1 – 1 of 1) sorted by relevance
641 final View customView; in setupCustomContent() local643 customView = mView; in setupCustomContent()646 customView = inflater.inflate(mViewLayoutResId, customPanel, false); in setupCustomContent()648 customView = null; in setupCustomContent()651 final boolean hasCustomView = customView != null; in setupCustomContent()652 if (!hasCustomView || !canTextInput(customView)) { in setupCustomContent()659 custom.addView(customView, new LayoutParams(MATCH_PARENT, MATCH_PARENT)); in setupCustomContent()