Home
last modified time | relevance | path

Searched refs:sectionCount (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/libs/incident/src/
H A DIncidentReportArgs.cpp121 int32_t sectionCount; in readFromParcel() local
122 err = in->readInt32(&sectionCount); in readFromParcel()
126 for (int i=0; i<sectionCount; i++) { in readFromParcel()
/aosp14/frameworks/base/core/java/android/widget/
H A DFastScroller.java1007 final int sectionCount = sections == null ? 0 : sections.length; in scrollTo() local
1009 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() local
1305 if (section < sectionCount - 1) { in getPosFromItemCount()
1307 if (section + 1 < sectionCount) { in getPosFromItemCount()
[all …]
/aosp14/frameworks/base/cmds/incidentd/src/
H A DWorkDirectory.cpp133 const size_t sectionCount = report.section_size(); in has_section() local
134 for (int i = 0; i < sectionCount; i++) { in has_section()
855 const int sectionCount = report.section_size(); in get_args_from_report() local
856 for (int i = 0; i < sectionCount; i++) { in get_args_from_report()
H A DReporter.cpp89 size_t sectionCount = full.sections_size(); in make_metadata() local
90 for (int sectionIndex = 0; sectionIndex < sectionCount; sectionIndex++) { in make_metadata()
/aosp14/frameworks/base/core/java/android/os/
H A DIncidentReportArgs.java193 public int sectionCount() { in sectionCount() method in IncidentReportArgs
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt10637 method public int sectionCount();