Home | History | Annotate | Download | only in widget

Lines Matching refs:paddedBottom

7084             final int paddedBottom = getHeight() - mListPadding.bottom;
7100 if (targetBottom > paddedBottom) {
7101 scrollBy = targetBottom - paddedBottom;
7117 if (scrollBy < 0 && boundBottom + absScroll > paddedBottom) {
7119 scrollBy = Math.max(0, boundBottom - paddedBottom);