Home
last modified time | relevance | path

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

/frameworks/ex/widget/java/com/android/ex/widget/
DStaggeredGridView.java519 final int colEnd = lp.column + Math.min(mColCount, lp.span); in recycleOffscreenViews() local
520 for (int col = lp.column; col < colEnd; col++) { in recycleOffscreenViews()