OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sectionIndex
(Results
1 - 25
of
26
) 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
902
int
sectionIndex
;
908
sectionIndex
= targetSection;
[
all
...]
/external/smali/dexlib/src/main/java/org/jf/dexlib/
ItemType.java
83
public final int
SectionIndex
;
93
* @param
sectionIndex
index for this item's section
97
private ItemType(int mapValue, int
sectionIndex
, int itemAlignment, String typeName) {
99
this.
SectionIndex
=
sectionIndex
;
/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/base/core/jni/
android_hardware_camera2_CameraMetadata.cpp
479
size_t
sectionIndex
= 0;
493
sectionIndex
= i;
496
ALOGVV("%s: Found new best section (idx %d)", __FUNCTION__,
sectionIndex
);
510
__FUNCTION__, section,
sectionIndex
);
522
tagBegin = camera_metadata_section_bounds[
sectionIndex
][0];
523
tagEnd = camera_metadata_section_bounds[
sectionIndex
][1];
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
IndexerListAdapter.java
119
public int getPositionForSection(int
sectionIndex
) {
124
return mIndexer.getPositionForSection(
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/chromium_org/third_party/icu/source/common/
ucnv_ext.c
953
int32_t
sectionIndex
,
[
all
...]
/external/icu4c/common/
ucnv_ext.cpp
[
all
...]
/frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp
1059
ssize_t
sectionIndex
= mPSISections.indexOfKey(PID);
1061
if (
sectionIndex
>= 0) {
1062
sp<PSISection> section = mPSISections.valueAt(
sectionIndex
);
[
all
...]
/packages/apps/Music/src/com/android/music/
ArtistAlbumBrowserActivity.java
[
all
...]
/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
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/4/
android.jar
/prebuilts/sdk/5/
android.jar
/prebuilts/sdk/6/
android.jar
/prebuilts/sdk/7/
android.jar
Completed in 674 milliseconds
1
2