OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sectionCount
(Results
1 - 4
of
4
) sorted by null
/dalvik/libdex/
DexSwapVerify.cpp
324
u4
sectionCount
, u4* endOffset) {
325
if (
sectionCount
!= 1) {
527
u4
sectionCount
, u4* endOffset) {
528
if (
sectionCount
!= 1) {
[
all
...]
/external/smali/dexlib/src/main/java/org/jf/dexlib/
DexFile.java
606
int
sectionCount
= 0;
610
sectionCount
++;
614
Section[] sections = new Section[
sectionCount
];
615
sectionCount
= 0;
618
sections[
sectionCount
++] = section;
[
all
...]
/frameworks/base/core/java/android/widget/
FastScroller.java
901
final int
sectionCount
= sections == null ? 0 : sections.length;
903
if (sections != null &&
sectionCount
> 1) {
905
(int) (position *
sectionCount
), 0,
sectionCount
- 1);
922
if (targetSection <
sectionCount
- 1) {
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/editor/
RawContactEditorView.java
348
final int
sectionCount
= getSectionViewsWithoutFields().size();
349
mAddFieldButton.setVisibility(
sectionCount
> 0 ? View.VISIBLE : View.GONE);
Completed in 737 milliseconds