Searched refs:mPositions (Results 1 – 2 of 2) sorted by relevance
31 private int[] mPositions; field in ContactsSectionIndexer54 mPositions = new int[counts.length]; in ContactsSectionIndexer()63 mPositions[i] = position; in ContactsSectionIndexer()78 return mPositions[section]; in getPositionForSection()86 int index = Arrays.binarySearch(mPositions, position); in getSectionForPosition()109 int[] tempPositions = new int[mPositions.length + 1]; in setProfileHeader()112 for (int i = 1; i <= mPositions.length; i++) { in setProfileHeader()114 tempPositions[i] = mPositions[i - 1] + 1; in setProfileHeader()117 mPositions = tempPositions; in setProfileHeader()
580 final LinkedList<Position> mPositions; field in FusionDictionary.DictionaryIterator584 mPositions = new LinkedList<>(); in DictionaryIterator()586 mPositions.add(rootPos); in DictionaryIterator()591 for (Position p : mPositions) { in hasNext()601 Position currentPos = mPositions.getLast(); in next()614 mPositions.addLast(currentPos); in next()622 mPositions.removeLast(); in next()623 currentPos = mPositions.getLast(); in next()624 mCurrentString.setLength(mPositions.getLast().length); in next()