HomeSort by relevance Sort by last modified time
    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 893 final int sectionCount = sections == null ? 0 : sections.length;
895 if (sections != null && sectionCount > 1) {
897 (int) (position * sectionCount), 0, sectionCount - 1);
914 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 81 milliseconds