Searched refs:fillDown (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DGridView.java262 fillDown(position, startOffset);
293 private View fillDown(int pos, int nextTop) { method in class:GridView
437 return fillDown(mFirstPosition, nextTop);
476 fillDown(rowStart + numColumns, referenceView.getBottom() + verticalSpacing);
487 fillDown(rowEnd + numColumns, referenceView.getBottom() + verticalSpacing);
582 below = fillDown(motionRowStart + numColumns, referenceView.getBottom() + verticalSpacing);
589 below = fillDown(motionRowEnd + numColumns, referenceView.getBottom() + verticalSpacing);
683 fillDown(lastPosition + (!mStackFromBottom ? 1 : numColumns),
738 fillDown(rowStart + numColumns, referenceView.getBottom() + verticalSpacing);
740 fillDown(rowEn
[all...]
H A DListView.java662 fillDown(mFirstPosition + count, startOffset);
687 private View fillDown(int pos, int nextTop) { method in class:ListView
759 return fillDown(mFirstPosition, nextTop);
810 fillDown(position + 1, sel.getBottom() + dividerHeight);
812 fillDown(position + 1, sel.getBottom() + dividerHeight);
1020 fillDown(mSelectedPosition + 1, sel.getBottom() + dividerHeight);
1022 fillDown(mSelectedPosition + 1, sel.getBottom() + dividerHeight);
1356 below = fillDown(position + 1, temp.getBottom() + dividerHeight);
1362 below = fillDown(position + 1, temp.getBottom() + dividerHeight);
1474 fillDown(lastPositio
[all...]
/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java401 overhang = fillDown(mFirstPosition + getChildCount(), allowOverhang) + mItemMargin;
686 fillDown(mFirstPosition + getChildCount(), 0);
995 final int fillDown(int fromPosition, int overhang) { method in class:StaggeredGridView

Completed in 234 milliseconds