Home | History | Annotate | Download | only in launcher3

Lines Matching defs:row

192                     // Select the closest icon in the previous row, otherwise select the tab bar
205 // Select the closest icon in the previous row, otherwise do nothing
353 // Select the closest icon in the previous row, otherwise select the tab bar
365 // Select the closest icon in the previous row, otherwise do nothing
627 final int row = lp.cellY;
628 final int newRow = row + lineDelta;
637 boolean satisfiesRow = (lineDelta < 0) ? (tmpLp.cellY < row) : (tmpLp.cellY > row);