HomeSort by relevance Sort by last modified time
    Searched defs:fillDown (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/widget/
GridView.java 272 fillDown(position, startOffset);
303 private View fillDown(int pos, int nextTop) {
447 return fillDown(mFirstPosition, nextTop);
486 fillDown(rowStart + numColumns, referenceView.getBottom() + verticalSpacing);
497 fillDown(rowEnd + numColumns, referenceView.getBottom() + verticalSpacing);
592 below = fillDown(motionRowStart + numColumns, referenceView.getBottom() + verticalSpacing);
599 below = fillDown(motionRowEnd + numColumns, referenceView.getBottom() + verticalSpacing);
693 fillDown(lastPosition + (!mStackFromBottom ? 1 : numColumns),
748 fillDown(rowStart + numColumns, referenceView.getBottom() + verticalSpacing);
750 fillDown(rowEnd + numColumns, referenceView.getBottom() + verticalSpacing)
    [all...]
ListView.java 750 fillDown(mFirstPosition + count, startOffset);
775 private View fillDown(int pos, int nextTop) {
847 return fillDown(mFirstPosition, nextTop);
    [all...]
  /frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java 401 overhang = fillDown(mFirstPosition + getChildCount(), allowOverhang) + mItemMargin;
686 fillDown(mFirstPosition + getChildCount(), 0);
    [all...]

Completed in 126 milliseconds