Home | History | Annotate | Download | only in view

Lines Matching defs:contentHeight

1328         final int contentHeight = getHeight() - mPaddingBottom - mPaddingTop;
1330 return contentHeight;
1335 final int overscrollBottom = Math.max(0, scrollRange - contentHeight);