Searched refs:numSections (Results 1 – 2 of 2) sorted by relevance
68 int numSections = 0; in onChanged() local76 numSections++; in onChanged()80 if (DEBUG) Log.i(TAG, "numSections = " + numSections); in onChanged()81 sections = new int[numSections]; in onChanged()82 numSections = 0; in onChanged()89 sections[numSections] = i; in onChanged()90 numSections++; in onChanged()
168 int numSections = getSections().length; in getPositionForSection() local169 if (section >= numSections) { in getPositionForSection()170 section = numSections - 1; in getPositionForSection()