Searched refs:mPositionToSectionIndex (Results 1 – 1 of 1) sorted by relevance
765 private int[] mPositionToSectionIndex; field in ManageApplications.ApplicationsAdapter961 mPositionToSectionIndex = null; in onRebuildComplete()1000 mPositionToSectionIndex = new int[totalEntries]; in rebuildSections()1009 mPositionToSectionIndex[pos] = sections.size() - 1; in rebuildSections()1014 mPositionToSectionIndex = null; in rebuildSections()1258 return mPositionToSectionIndex[position]; in getSectionForPosition()