HomeSort by relevance Sort by last modified time
    Searched full:horizontalslop (Results 1 - 1 of 1) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
TiledVertexGrid.java 182 final int horizontalSlop = ((tileSpaceX - leftTile) * mTileWidth) > 0 ? 1 : 0;
194 final int endX = startX + horizontalSlop + horzTileCount;

Completed in 33 milliseconds