Home | History | Annotate | Download | only in widget

Lines Matching defs:contentHeight

1141         final int contentHeight = b - t - getPaddingTop() - getPaddingBottom();
1143 if (contentHeight <= 0) {
1162 next(x, startOffset, isLayoutRtl), y, contentHeight, isLayoutRtl);
1177 x += positionChild(mListNavLayout, x, y, contentHeight, isLayoutRtl);
1184 x += positionChild(mTabScrollView, x, y, contentHeight, isLayoutRtl);
1192 positionChild(mMenuView, menuStart, y, contentHeight, !isLayoutRtl);
1198 positionChild(mIndeterminateProgressView, menuStart, y, contentHeight, !isLayoutRtl);