Home | History | Annotate | Download | only in widget

Lines Matching defs:contentHeight

1212         final int contentHeight = getHeight() - mPaddingBottom - mPaddingTop;
1214 return contentHeight;
1219 final int overscrollBottom = Math.max(0, scrollRange - contentHeight);