Home
last modified time | relevance | path

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

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