Home | History | Annotate | Download | only in launcher2

Lines Matching refs:row

202                     // Select the closest icon in the previous row, otherwise select the tab bar
215 // Select the closest icon in the previous row, otherwise do nothing
363 // Select the closest icon in the previous row, otherwise select the tab bar
375 // Select the closest icon in the previous row, otherwise do nothing
638 final int row = lp.cellY;
639 final int newRow = row + lineDelta;
648 boolean satisfiesRow = (lineDelta < 0) ? (tmpLp.cellY < row) : (tmpLp.cellY > row);