Searched refs:horizontalSlop (Results 1 – 1 of 1) sorted by relevance
182 final int horizontalSlop = ((tileSpaceX - leftTile) * mTileWidth) > 0 ? 1 : 0; in draw() local194 final int endX = startX + horizontalSlop + horzTileCount; in draw()