Searched refs:mCurrentSection (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/xmlparser/
H A DMediaCodecsXmlParser.cpp148 mCurrentSection = SECTION_TOPLEVEL;
280 mSectionStack.push_back(mCurrentSection);
281 mCurrentSection = SECTION_INCLUDE;
286 switch (mCurrentSection) {
290 mCurrentSection = SECTION_DECODERS;
292 mCurrentSection = SECTION_ENCODERS;
294 mCurrentSection = SECTION_SETTINGS;
313 mCurrentSection = SECTION_DECODER;
324 mCurrentSection = SECTION_ENCODER;
336 (mCurrentSection
[all...]
/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
H A DMediaCodecsXmlParser.h133 Section mCurrentSection; member in class:android::MediaCodecsXmlParser
/frameworks/base/core/java/android/widget/
H A DFastScroller.java167 private int mCurrentSection = -1; field in class:FastScroller
838 if (transitionPreviewLayout(mCurrentSection)) {
1093 if (mCurrentSection != sectionIndex) {
1094 mCurrentSection = sectionIndex;

Completed in 92 milliseconds