Home | History | Annotate | Download | only in widget

Lines Matching refs:mContentHeight

263         mContentHeight = a.getLayoutDimension(R.styleable.ActionBar_height, 0);
966 int maxHeight = mContentHeight >= 0 ?
967 mContentHeight : MeasureSpec.getSize(heightMeasureSpec);
1075 if (mContentHeight <= 0) {
1109 MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.EXACTLY), 0);
1114 if (mContentHeight <= 0) {