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

/frameworks/base/core/java/android/widget/
H A DGridView.java243 fillDown(position, startOffset);
274 private View fillDown(int pos, int nextTop) { method in class:GridView
417 return fillDown(mFirstPosition, nextTop);
456 fillDown(rowStart + numColumns, referenceView.getBottom() + verticalSpacing);
467 fillDown(rowEnd + numColumns, referenceView.getBottom() + verticalSpacing);
562 below = fillDown(motionRowStart + numColumns, referenceView.getBottom() + verticalSpacing);
569 below = fillDown(motionRowEnd + numColumns, referenceView.getBottom() + verticalSpacing);
663 fillDown(lastPosition + (!mStackFromBottom ? 1 : numColumns),
718 fillDown(rowStart + numColumns, referenceView.getBottom() + verticalSpacing);
720 fillDown(rowEn
[all...]
H A DListView.java638 fillDown(mFirstPosition + count, startOffset);
663 private View fillDown(int pos, int nextTop) { method in class:ListView
735 return fillDown(mFirstPosition, nextTop);
786 fillDown(position + 1, sel.getBottom() + dividerHeight);
788 fillDown(position + 1, sel.getBottom() + dividerHeight);
996 fillDown(mSelectedPosition + 1, sel.getBottom() + dividerHeight);
998 fillDown(mSelectedPosition + 1, sel.getBottom() + dividerHeight);
1332 below = fillDown(position + 1, temp.getBottom() + dividerHeight);
1338 below = fillDown(position + 1, temp.getBottom() + dividerHeight);
1450 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