Home | History | Annotate | Download | only in app

Lines Matching refs:customView

472         final View customView;
474 customView = mView;
477 customView = inflater.inflate(mViewLayoutResId, customPanel, false);
479 customView = null;
482 final boolean hasCustomView = customView != null;
483 if (!hasCustomView || !canTextInput(customView)) {
490 custom.addView(customView, new LayoutParams(MATCH_PARENT, MATCH_PARENT));
508 if (mMessage != null || customView != null || mListView != null) {