Searched refs:mColCount (Results 1 - 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DTiledWorld.java32 private int mColCount; field in class:TiledWorld
39 mColCount = cols;
61 if (x >= 0 && x < mColCount && y >= 0 && y < mRowCount) {
91 mColCount = width;
111 for (int x = mColCount - 1; x >= 0; x--) {
123 return mColCount;

Completed in 72 milliseconds