HomeSort by relevance Sort by last modified time
    Searched refs:sectionIndex (Results 1 - 25 of 39) sorted by null

1 2

  /frameworks/base/core/java/android/widget/
SectionIndexer.java 54 * @param sectionIndex the index of the section within the array of section
59 int getPositionForSection(int sectionIndex);
AlphabetIndexer.java 140 * @param sectionIndex the section to search for
146 public int getPositionForSection(int sectionIndex) {
155 if (sectionIndex <= 0) {
158 if (sectionIndex >= mAlphabetLength) {
159 sectionIndex = mAlphabetLength - 1;
169 char letter = mAlphabet.charAt(sectionIndex);
187 if (sectionIndex > 0) {
189 mAlphabet.charAt(sectionIndex - 1);
FastScroller.java     [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/contact/
ContactListAdapter.java 78 public int getPositionForSection(final int sectionIndex) {
79 return mSectionIndexer.getPositionForSection(sectionIndex);
ContactSectionIndexer.java 50 public int getPositionForSection(final int sectionIndex) {
56 Math.max(Math.min(sectionIndex, mSectionStartingPositions.size() - 1), 0));
  /frameworks/av/camera/
VendorTagDescriptor.cpp 119 uint32_t tag, sectionIndex;
149 if ((res = parcel->readInt32(reinterpret_cast<int32_t*>(&sectionIndex))) != OK) {
154 maxSectionIndex = (maxSectionIndex >= sectionIndex) ? maxSectionIndex : sectionIndex;
158 mTagToSectionMap.add(tag, sectionIndex);
259 uint32_t tag, sectionIndex;
264 sectionIndex = mTagToSectionMap.valueFor(tag);
269 if ((res = parcel->writeInt32(sectionIndex)) != OK) break;
CameraMetadata.cpp 714 size_t sectionIndex = 0;
732 sectionIndex = i;
746 __FUNCTION__, section, sectionIndex);
757 if (sectionIndex < ANDROID_SECTION_COUNT) {
760 tagBegin = camera_metadata_section_bounds[sectionIndex][0];
761 tagEnd = camera_metadata_section_bounds[sectionIndex][1];
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
IndexerListAdapter.java 109 public int getPositionForSection(int sectionIndex) {
114 return mIndexer.getPositionForSection(sectionIndex);
  /packages/apps/DeskClock/src/com/android/deskclock/worldclock/
CitySelectionActivity.java 417 public int getPositionForSection(int sectionIndex) {
418 return getSections().length == 0 ? 0 : mSectionHeaderPositions[sectionIndex];
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 417 unsigned int sectionIndex = 0;
419 sectionIndex = llvm::ELF::GRP_COMDAT;
420 else if (SN2I.lookup(member.sectionNameOrType, sectionIndex)) {
426 SIdx = sectionIndex;
  /frameworks/ex/common/tests/src/com/android/common/widget/
CompositeCursorAdapterTest.java 58 protected View newView(Context context, int sectionIndex, Cursor cursor, int position,
  /external/icu/icu4c/source/common/
ucnv_ext.cpp     [all...]
  /packages/apps/Music/src/com/android/music/
ArtistAlbumBrowserActivity.java     [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-core/1.0/
doxia-core-1.0.jar 
  /packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java     [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetMBCS.java     [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/1.0/
plexus-archiver-1.0.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 

Completed in 782 milliseconds

1 2