Home | History | Annotate | Download | only in widget

Lines Matching defs:contentHeight

1106         final int contentHeight = b - t - getPaddingTop() - getPaddingBottom();
1108 if (contentHeight <= 0) {
1135 next(x, startOffset, isLayoutRtl), y, contentHeight, isLayoutRtl);
1147 x += positionChild(mListNavLayout, x, y, contentHeight, isLayoutRtl);
1154 x += positionChild(mTabScrollView, x, y, contentHeight, isLayoutRtl);
1162 positionChild(mMenuView, menuStart, y, contentHeight, !isLayoutRtl);
1168 positionChild(mIndeterminateProgressView, menuStart, y, contentHeight, !isLayoutRtl);