Home | History | Annotate | Download | only in widget

Lines Matching defs:contentHeight

1169         final int contentHeight = getHeight() - mPaddingBottom - mPaddingTop;
1171 return contentHeight;
1176 final int overscrollBottom = Math.max(0, scrollRange - contentHeight);