Searched defs:mDepth (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/tools/aapt/
H A Dpseudolocalize.h33 PseudoMethodAccent() : mDepth(0), mWordCount(0), mLength(0) {}
39 size_t mDepth; member in class:PseudoMethodAccent
/frameworks/av/include/media/stagefright/
H A DMediaCodecList.h110 int32_t mDepth; member in struct:android::MediaCodecList
/frameworks/base/tools/aapt2/compile/
H A DPseudolocalizer.cpp53 PseudoMethodAccent() : mDepth(0), mWordCount(0), mLength(0) {}
59 size_t mDepth; member in class:aapt::PseudoMethodAccent
243 if (mDepth == 0) {
247 mDepth++;
258 mDepth--;
259 if (mDepth == 0) {
/frameworks/base/tools/aapt2/xml/
H A DXmlPullParser.h169 size_t mDepth; member in class:aapt::xml::XmlPullParser
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DLayoutParserWrapper.java47 private int mDepth; field in class:LayoutParserWrapper
81 dataDepth = mDepth;
83 mFinalDepth = mDepth;
90 if (mDepth <= dataDepth) {
119 mDepth = mDelegate.getDepth();
139 depth = mDepth;
160 return mPeeked ? mDepth : mDelegate.getDepth();
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java139 return mDepth;
246 mDepth--;
251 mDepth++;
465 private int mDepth = 0; field in class:XmlBlock.Parser
/frameworks/wilhelm/src/
H A Ditfstruct.h158 SLmillimeter mDepth; member in struct:__anon1764::__anon1765

Completed in 211 milliseconds