Lines Matching defs:top

292      * @param nextTop The location where the top of the item associated with pos
388 * Fills the list from pos up to the top of the list view.
402 end = mListPadding.top;
428 * Fills the list from top to bottom, starting with mFirstPosition
430 * @param nextTop The location where the top of the first item should be
501 final int top = getChildAt(0).getTop();
502 final int offset = childrenTop - top;
549 * @param top the top of the view at that position
553 private View fillSpecific(int position, int top) {
568 final View temp = makeRow(mStackFromBottom ? motionRowEnd : motionRowStart, top, true);
633 // first row or the first row is scrolled off the top of the drawable area
634 if (bottomOffset > 0 && (mFirstPosition > 0 || firstTop < mListPadding.top)) {
636 // Don't pull the top too far down
637 bottomOffset = Math.min(bottomOffset, mListPadding.top - firstTop);
659 // ... and its top edge
662 // This is top of our drawable area
663 final int start = mListPadding.top;
668 // This is how far the top edge of the first view is from the top of the
774 * Calculate the top-most pixel we can draw the selection into
779 * @return The top-most pixel we can draw the selection into
820 * Move all views upwards so the selected row does not interesect the top
830 // Some of the newly selected item extends above the top of the list
832 // Find space required to bring the top of the selected item
1092 heightSize = mListPadding.top + mListPadding.bottom + childHeight +
1097 int ourSize = mListPadding.top + mListPadding.bottom;
1172 final int childrenTop = mListPadding.top;
1416 * @param flow if true, align top edge to y. If false, align bottom edge to
1455 * @param flow if true, align top edge to y. If false, align bottom edge
1717 // always reverts to the top or bottom when receiving TAB focus from
1999 // coming from top; only valid if in top row
2008 // coming from top-left, need to be first in top row
2227 * Make sure views are touching the top or bottom edge, as appropriate for
2239 // align with the top
2241 delta = child.getTop() - mListPadding.top;
2284 final int top = view.getTop();
2287 extent += (top * 100) / height;
2306 final int top = view.getTop();
2312 // to take into account that counting from the top the first row
2317 return Math.max(whichRow * 100 - (top * 100) / height +