Home | History | Annotate | Download | only in widget

Lines Matching defs:contentHeight

1026         final int contentHeight = getHeight() - mPaddingBottom - mPaddingTop;
1028 return contentHeight;
1033 final int overscrollBottom = Math.max(0, scrollRange - contentHeight);