Searched refs:lineDelta (Results 1 – 1 of 1) sorted by relevance
624 int lineDelta) { in getClosestIconOnLine() argument629 final int newRow = row + lineDelta; in getClosestIconOnLine()634 int endIndex = (lineDelta < 0) ? -1 : views.size(); in getClosestIconOnLine()638 boolean satisfiesRow = (lineDelta < 0) ? (tmpLp.cellY < row) : (tmpLp.cellY > row); in getClosestIconOnLine()