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

/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java157 public final int getMarginBelow(int col) { method in class:StaggeredGridView.LayoutRecord
522 final int colBottom = bottom + rec.getMarginBelow(col - lp.column);
1086 mItemBottoms[i] = childBottom + rec.getMarginBelow(i - nextCol);

Completed in 47 milliseconds