Home | History | Annotate | Download | only in widget

Lines Matching defs:bottomPadding

1283             final int bottomPadding = mList.getPaddingBottom();
1288 currentVisibleSize = mList.getHeight() - bottomPadding - lastChild.getTop();
1290 maxSize = lastChild.getHeight() + bottomPadding;