Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DFocusHelper.java624 int lineDelta) { in getClosestIconOnLine() argument
629 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()