Home | History | Annotate | Download | only in widget

Lines Matching refs:contentHeight

1021         final int contentHeight = b - t - getPaddingTop() - getPaddingBottom();
1023 if (contentHeight <= 0) {
1043 next(x, startOffset, isLayoutRtl), y, contentHeight, isLayoutRtl);
1053 x += positionChild(mTitleLayout, x, y, contentHeight, isLayoutRtl);
1065 x += positionChild(mListNavLayout, x, y, contentHeight, isLayoutRtl);
1073 x += positionChild(mTabScrollView, x, y, contentHeight, isLayoutRtl);
1081 positionChild(mMenuView, menuStart, y, contentHeight, !isLayoutRtl);
1087 positionChild(mIndeterminateProgressView, menuStart, y, contentHeight, !isLayoutRtl);