Searched refs:sectionCount (Results 1 – 7 of 7) sorted by relevance
121 int32_t sectionCount; in readFromParcel() local122 err = in->readInt32(§ionCount); in readFromParcel()126 for (int i=0; i<sectionCount; i++) { in readFromParcel()
1007 final int sectionCount = sections == null ? 0 : sections.length; in scrollTo() local1009 if (sections != null && sectionCount > 1) { in scrollTo()1011 (int) (position * sectionCount), 0, sectionCount - 1); in scrollTo()1028 if (targetSection < sectionCount - 1) { in scrollTo()1057 while (nextNextSection < sectionCount && in scrollTo()1067 final float prevPosition = (float) prevSection / sectionCount; in scrollTo()1068 final float nextPosition = (float) nextSection / sectionCount; in scrollTo()1303 final int sectionCount = mSections.length; in getPosFromItemCount() local1305 if (section < sectionCount - 1) { in getPosFromItemCount()1307 if (section + 1 < sectionCount) { in getPosFromItemCount()[all …]
178 size_t sectionCount = 0; in readFromParcel() local180 if ((res = parcel->readInt32(reinterpret_cast<int32_t*>(§ionCount))) != OK) { in readFromParcel()184 if (sectionCount < (maxSectionIndex + 1)) { in readFromParcel()186 __FUNCTION__, sectionCount, (maxSectionIndex + 1)); in readFromParcel()189 LOG_ALWAYS_FATAL_IF(mSections.setCapacity(sectionCount) <= 0, in readFromParcel()191 for (size_t i = 0; i < sectionCount; ++i) { in readFromParcel()
133 const size_t sectionCount = report.section_size(); in has_section() local134 for (int i = 0; i < sectionCount; i++) { in has_section()855 const int sectionCount = report.section_size(); in get_args_from_report() local856 for (int i = 0; i < sectionCount; i++) { in get_args_from_report()
89 size_t sectionCount = full.sections_size(); in make_metadata() local90 for (int sectionIndex = 0; sectionIndex < sectionCount; sectionIndex++) { in make_metadata()
193 public int sectionCount() { in sectionCount() method in IncidentReportArgs
8367 method public int sectionCount();