Home | History | Annotate | Download | only in widget

Lines Matching refs:firstTop

1407             final int firstTop = firstChild.getTop();
1411 if (bottomOffset > 0 && (mFirstPosition > 0 || firstTop < mListPadding.top)) {
1414 bottomOffset = Math.min(bottomOffset, mListPadding.top - firstTop);
1446 final int firstTop = firstChild.getTop();
1456 int topOffset = firstTop - start;