Home
last modified time | relevance | path

Searched refs:nextSection (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/xmlparser/
DMediaCodecsXmlParser.cpp650 Section nextSection; in startElementHandler() local
652 nextSection = SECTION_DECODERS; in startElementHandler()
654 nextSection = SECTION_ENCODERS; in startElementHandler()
656 nextSection = SECTION_SETTINGS; in startElementHandler()
662 mState->enterSection(nextSection); in startElementHandler()
/frameworks/base/core/java/android/widget/
DFastScroller.java1025 int nextSection = targetSection + 1; in scrollTo() local
1056 int nextNextSection = nextSection + 1; in scrollTo()
1060 nextSection++; in scrollTo()
1068 final float nextPosition = (float) nextSection / sectionCount; in scrollTo()