Home | History | Annotate | Download | only in launcher3

Lines Matching defs:mContentHeight

177     private int mContentWidth, mContentHeight;
350 mContentHeight = getMeasuredHeight() - getPaddingTop() - getPaddingBottom();
352 int heightSpec = MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.AT_MOST);
924 int heightSpec = MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.AT_MOST);
1089 int heightSpec = MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.AT_MOST);
1108 int contentHeight = mContentHeight - layout.getPaddingTop() - layout.getPaddingBottom();