Searched refs:sectionCount (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/incident/src/
H A DIncidentReportArgs.cpp95 int32_t sectionCount; local
96 err = in->readInt32(&sectionCount);
100 for (int i=0; i<sectionCount; i++) {
/frameworks/base/core/java/android/widget/
H A DFastScroller.java994 final int sectionCount = sections == null ? 0 : sections.length;
996 if (sections != null && sectionCount > 1) {
998 (int) (position * sectionCount), 0, sectionCount - 1);
1015 if (targetSection < sectionCount - 1) {
1044 while (nextNextSection < sectionCount &&
1054 final float prevPosition = (float) prevSection / sectionCount;
1055 final float nextPosition = (float) nextSection / sectionCount;
1290 final int sectionCount = mSections.length;
1292 if (section < sectionCount
[all...]
/frameworks/base/core/java/android/os/
H A DIncidentReportArgs.java156 public int sectionCount() { method in class:IncidentReportArgs
/frameworks/av/camera/
H A DVendorTagDescriptor.cpp178 size_t sectionCount = 0; local
180 if ((res = parcel->readInt32(reinterpret_cast<int32_t*>(&sectionCount))) != OK) {
184 if (sectionCount < (maxSectionIndex + 1)) {
186 __FUNCTION__, sectionCount, (maxSectionIndex + 1));
189 LOG_ALWAYS_FATAL_IF(mSections.setCapacity(sectionCount) <= 0,
191 for (size_t i = 0; i < sectionCount; ++i) {

Completed in 557 milliseconds