Home | History | Annotate | Download | only in widget

Lines Matching defs:contentHeight

1148         final int contentHeight = getHeight() - mPaddingBottom - mPaddingTop;
1150 return contentHeight;
1155 final int overscrollBottom = Math.max(0, scrollRange - contentHeight);