Searched refs:colEnd (Results 1 – 1 of 1) sorted by relevance
519 final int colEnd = lp.column + Math.min(mColCount, lp.span); in recycleOffscreenViews() local520 for (int col = lp.column; col < colEnd; col++) { in recycleOffscreenViews()