Home | History | Annotate | Download | only in launcher2

Lines Matching refs:yCount

3058             int xCount, int yCount, boolean[][] occupied) {
3060 for (int y = 0; y < yCount; y++) {
3064 for (int j = y; j < y + spanY - 1 && y < yCount; j++) {