HomeSort by relevance Sort by last modified time
    Searched refs:sectionIndex (Results 1 - 25 of 34) 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...]
  /external/chromium_org/third_party/codesighs/
msdump2symdb.c 331 unsigned sectionIndex = 0;
337 sectionIndex = inContainer->mReadState.mSectionDetails - 1;
352 inContainer->mReadState.mCurrentObject->mSections[sectionIndex].mLength = numericLength;
458 unsigned sectionIndex = sectionIndex1 - 1;
514 inContainer->mReadState.mCurrentObject->mSections[sectionIndex].mType = typeDup;
596 moved = realloc(inContainer->mReadState.mCurrentObject->mSections[sectionIndex].mSymbols, sizeof(MSDump_Symbol) * (inContainer->mReadState.mCurrentObject->mSections[sectionIndex].mSymbolCount + 1));
605 symIndex = inContainer->mReadState.mCurrentObject->mSections[sectionIndex].mSymbolCount;
606 inContainer->mReadState.mCurrentObject->mSections[sectionIndex].mSymbolCount++;
607 inContainer->mReadState.mCurrentObject->mSections[sectionIndex].mSymbols = (MSDump_Symbol*)moved
    [all...]
  /frameworks/av/camera/
VendorTagDescriptor.cpp 162 uint32_t tag, sectionIndex;
192 if ((res = parcel->readInt32(reinterpret_cast<int32_t*>(&sectionIndex))) != OK) {
197 maxSectionIndex = (maxSectionIndex >= sectionIndex) ? maxSectionIndex : sectionIndex;
201 desc->mTagToSectionMap.add(tag, sectionIndex);
303 uint32_t tag, sectionIndex;
308 sectionIndex = mTagToSectionMap.valueFor(tag);
313 if ((res = parcel->writeInt32(sectionIndex)) != OK) break;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
IndexerListAdapter.java 109 public int getPositionForSection(int sectionIndex) {
114 return mIndexer.getPositionForSection(sectionIndex);
  /frameworks/base/core/jni/
android_hardware_camera2_CameraMetadata.cpp 647 size_t sectionIndex = 0;
664 sectionIndex = i;
680 __FUNCTION__, section, sectionIndex);
693 if (sectionIndex < ANDROID_SECTION_COUNT) {
696 tagBegin = camera_metadata_section_bounds[sectionIndex][0];
697 tagEnd = camera_metadata_section_bounds[sectionIndex][1];
  /frameworks/ex/common/tests/src/com/android/common/widget/
CompositeCursorAdapterTest.java 58 protected View newView(Context context, int sectionIndex, Cursor cursor, int position,
  /external/chromium_org/third_party/icu/source/common/
ucnv_ext.cpp     [all...]
  /external/icu/icu4c/source/common/
ucnv_ext.cpp     [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp 1094 ssize_t sectionIndex = mPSISections.indexOfKey(PID);
1096 if (sectionIndex >= 0) {
1097 sp<PSISection> section = mPSISections.valueAt(sectionIndex);
    [all...]
  /packages/apps/Music/src/com/android/music/
ArtistAlbumBrowserActivity.java     [all...]
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationAppList.java 332 public int getPositionForSection(int sectionIndex) {
333 final String section = mSections.get(sectionIndex);
  /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 
  /prebuilts/tools/common/ant/
ant.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/20/
android.jar 

Completed in 817 milliseconds

1 2