Home | History | Annotate | Download | only in widget

Lines Matching defs:mCustomView

54     private View mCustomView;
157 if (mCustomView != null) {
158 removeView(mCustomView);
160 mCustomView = view;
294 mCustomView = null;
370 if (mTitleLayout != null && mCustomView == null) {
385 if (mCustomView != null) {
386 ViewGroup.LayoutParams lp = mCustomView.getLayoutParams();
395 mCustomView.measure(MeasureSpec.makeMeasureSpec(customWidth, customWidthMode),
491 if (mTitleLayout != null && mCustomView == null && mTitleLayout.getVisibility() != GONE) {
495 if (mCustomView != null) {
496 x += positionChild(mCustomView, x, y, contentHeight, isLayoutRtl);