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

/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java394 final int overhang;
398 overhang = fillUp(mFirstPosition - 1, allowOverhang);
401 overhang = fillDown(mFirstPosition + getChildCount(), allowOverhang) + mItemMargin;
404 movedBy = Math.min(overhang, allowOverhang);
408 overScrolledBy = allowOverhang - overhang;
878 * @param overhang the number of extra pixels to fill beyond the current top edge
879 * @return the max overhang beyond the beginning of the view of any added items at the top
881 final int fillUp(int fromPosition, int overhang) { argument
888 final int fillTo = gridTop - overhang;
992 * @param overhang th
995 fillDown(int fromPosition, int overhang) argument
[all...]

Completed in 85 milliseconds