Home | History | Annotate | Download | only in widget

Lines Matching defs:contentHeight

1095         final int contentHeight = b - t - getPaddingTop() - getPaddingBottom();
1097 if (contentHeight <= 0) {
1124 next(x, startOffset, isLayoutRtl), y, contentHeight, isLayoutRtl);
1136 x += positionChild(mListNavLayout, x, y, contentHeight, isLayoutRtl);
1143 x += positionChild(mTabScrollView, x, y, contentHeight, isLayoutRtl);
1151 positionChild(mMenuView, menuStart, y, contentHeight, !isLayoutRtl);
1157 positionChild(mIndeterminateProgressView, menuStart, y, contentHeight, !isLayoutRtl);