Home
last modified time | relevance | path

Searched refs:actualIndex (Results 1 – 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DTextureLibrary.java246 final int actualIndex = (startIndex + x) % mTextureHash.length; in findFirstKey() local
247 if (mTextureHash[actualIndex].resource == key) { in findFirstKey()
248 index = actualIndex; in findFirstKey()
250 } else if (mTextureHash[actualIndex].resource == -1) { in findFirstKey()