Searched refs:indexInArray (Results 1 – 1 of 1) sorted by relevance
98 final int indexInArray = index - mFirstIndex; in getLocation() local99 if (indexInArray < 0 || indexInArray >= mLocations.size()) { in getLocation()102 return mLocations.get(indexInArray); in getLocation()