Home | History | Annotate | Download | only in widget

Lines Matching defs:fillDown

750             fillDown(mFirstPosition + count, startOffset);
775 private View fillDown(int pos, int nextTop) {
847 return fillDown(mFirstPosition, nextTop);
898 fillDown(position + 1, sel.getBottom() + dividerHeight);
900 fillDown(position + 1, sel.getBottom() + dividerHeight);
1108 fillDown(mSelectedPosition + 1, sel.getBottom() + dividerHeight);
1110 fillDown(mSelectedPosition + 1, sel.getBottom() + dividerHeight);
1494 below = fillDown(position + 1, temp.getBottom() + dividerHeight);
1500 below = fillDown(position + 1, temp.getBottom() + dividerHeight);
1612 fillDown(lastPosition + 1, lastChild.getBottom() + mDividerHeight);