Home
last modified time | relevance | path

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

/frameworks/ex/widget/java/com/android/ex/widget/
DStaggeredGridView.java888 final int fillTo = gridTop - overhang; in fillUp() local
892 while (nextCol >= 0 && mItemTops[nextCol] > fillTo && position >= 0) { in fillUp()
1002 final int fillTo = gridBottom + overhang; in fillDown() local
1006 while (nextCol >= 0 && mItemBottoms[nextCol] < fillTo && position < mItemCount) { in fillDown()