Home | History | Annotate | Download | only in launcher2

Lines Matching refs:row

194                     // Select the closest icon in the previous row, otherwise select the tab bar
207 // Select the closest icon in the previous row, otherwise do nothing
355 // Select the closest icon in the previous row, otherwise select the tab bar
367 // Select the closest icon in the previous row, otherwise do nothing
630 final int row = lp.cellY;
631 final int newRow = row + lineDelta;
640 boolean satisfiesRow = (lineDelta < 0) ? (tmpLp.cellY < row) : (tmpLp.cellY > row);