Searched refs:customView (Results 1 – 3 of 3) sorted by relevance
1013 View customView = null; in onMeasure() local1015 customView = mExpandedActionView; in onMeasure()1018 customView = mCustomNavView; in onMeasure()1021 if (customView != null) { in onMeasure()1022 final ViewGroup.LayoutParams lp = generateLayoutParams(customView.getLayoutParams()); in onMeasure()1059 customView.measure( in onMeasure()1062 availableWidth -= horizontalMargin + customView.getMeasuredWidth(); in onMeasure()1168 View customView = null; in onLayout() local1170 customView = mExpandedActionView; in onLayout()1173 customView = mCustomNavView; in onLayout()[all …]
207 Object customView = mProjectCallback.loadView(name, mConstructorSignature, in loadCustomView() local210 if (customView instanceof View) { in loadCustomView()211 return (View)customView; in loadCustomView()
474 final View customView; in setupView() local476 customView = mView; in setupView()479 customView = inflater.inflate(mViewLayoutResId, customPanel, false); in setupView()481 customView = null; in setupView()484 final boolean hasCustomView = customView != null; in setupView()485 if (!hasCustomView || !canTextInput(customView)) { in setupView()492 custom.addView(customView, new LayoutParams(MATCH_PARENT, MATCH_PARENT)); in setupView()510 if (mMessage != null || customView != null || mListView != null) { in setupView()