Home | History | Annotate | Download | only in widget

Lines Matching refs:fillUp

277             fillUp(position, startOffset);
392 private View fillUp(int pos, int nextBottom) {
447 return fillUp(lastPosition, nextBottom);
478 fillUp(rowStart - numColumns, referenceView.getTop() - verticalSpacing);
485 fillUp
565 // Possibly changed again in fillUp if we add rows above this one.
580 above = fillUp(motionRowStart - numColumns, referenceView.getTop() - verticalSpacing);
591 above = fillUp(motionRowStart - 1, referenceView.getTop() - verticalSpacing);
640 fillUp(mFirstPosition - (mStackFromBottom ? 1 : numColumns),
728 // Possibly changed again in fillUp if we add rows above this one.
736 fillUp(rowStart - numColumns, referenceView.getTop() - verticalSpacing);
742 fillUp(rowStart - 1, referenceView.getTop() - verticalSpacing);
905 // Possibly changed again in fillUp if we add rows above this one.
946 fillUp(rowStart - numColumns, referenceView.getTop() - verticalSpacing);
952 fillUp(rowStart - 1, referenceView.getTop() - verticalSpacing);
1280 sel = fillUp(mItemCount - 1, childrenBottom);