Home
last modified time | relevance | path

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

/frameworks/ex/widget/java/com/android/ex/widget/
DStaggeredGridView.java1137 int targetCol = -1; in getNextRecordUp() local
1151 targetCol = i; in getNextRecordUp()
1155 rec.column = targetCol; in getNextRecordUp()
1158 rec.setMarginBelow(i, mItemTops[i + targetCol] - bottomMost); in getNextRecordUp()
1193 int targetCol = -1; in getNextRecordDown() local
1207 targetCol = i; in getNextRecordDown()
1211 rec.column = targetCol; in getNextRecordDown()
1214 rec.setMarginAbove(i, topMost - mItemBottoms[i + targetCol]); in getNextRecordDown()