Searched refs:cellHeight (Results 1 – 2 of 2) sorted by relevance
207 int cellHeight = topDistance + bottomDistance; in computeMatches() local223 && dragBounds != null && dragBounds.h < cellHeight - 10) { in computeMatches()227 int centerDistance = Math.abs(cellHeight / 2 - topDistance); in computeMatches()
694 int cellHeight = layoutBounds.h / CELL_COUNT; in assignCellBoundsFromView() local698 ys[i] = i * cellHeight; in assignCellBoundsFromView()