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

/frameworks/base/core/java/android/widget/
H A DGridView.java267 fillDown(position, startOffset);
298 private View fillDown(int pos, int nextTop) { method in class:GridView
442 return fillDown(mFirstPosition, nextTop);
481 fillDown(rowStart + numColumns, referenceView.getBottom() + verticalSpacing);
492 fillDown(rowEnd + numColumns, referenceView.getBottom() + verticalSpacing);
587 below = fillDown(motionRowStart + numColumns, referenceView.getBottom() + verticalSpacing);
594 below = fillDown(motionRowEnd + numColumns, referenceView.getBottom() + verticalSpacing);
688 fillDown(lastPosition + (!mStackFromBottom ? 1 : numColumns),
743 fillDown(rowStart + numColumns, referenceView.getBottom() + verticalSpacing);
745 fillDown(rowEn
[all...]
H A DListView.java668 fillDown(mFirstPosition + count, startOffset);
693 private View fillDown(int pos, int nextTop) { method in class:ListView
765 return fillDown(mFirstPosition, nextTop);
816 fillDown(position + 1, sel.getBottom() + dividerHeight);
818 fillDown(position + 1, sel.getBottom() + dividerHeight);
1026 fillDown(mSelectedPosition + 1, sel.getBottom() + dividerHeight);
1028 fillDown(mSelectedPosition + 1, sel.getBottom() + dividerHeight);
1412 below = fillDown(position + 1, temp.getBottom() + dividerHeight);
1418 below = fillDown(position + 1, temp.getBottom() + dividerHeight);
1530 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 72 milliseconds