Searched refs:verticalSlop (Results 1 – 1 of 1) sorted by relevance
183 final int verticalSlop = ((tileSpaceY - bottomTile) * mTileHeight) > 0 ? 1 : 0; in draw() local195 final int endY = startY + verticalSlop + vertTileCount; in draw()