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...]
  /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);
  /frameworks/base/core/java/android/widget/
FastScroller.java 680 final int sectionCount = mSections.length;
687 int result = (int) ((section + posWithinSection) / sectionCount * trackHeight);
    [all...]

Completed in 204 milliseconds