Home | History | Annotate | Download | only in widget

Lines Matching defs:firstTop

630             final int firstTop = firstChild.getTop();
634 if (bottomOffset > 0 && (mFirstPosition > 0 || firstTop < mListPadding.top)) {
637 bottomOffset = Math.min(bottomOffset, mListPadding.top - firstTop);
660 final int firstTop = firstChild.getTop();
670 int topOffset = firstTop - start;