Searched defs:mDepth (Results 1 - 8 of 8) 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/support/lifecycle/integration-tests/test-app/src/main/java/com/android/support/lifecycle/testapp/
H A DLiveDataTestActivity.java60 int mDepth = MAX_DEPTH; field in class:LiveDataTestActivity.InternalFragment
71 if (mDepth == MAX_DEPTH) {
75 aFragment.mDepth = mDepth + 1;
77 bFragment.mDepth = mDepth + 1;
79 .add(aFragment, getTag() + "_" + mDepth + "_a")
80 .add(bFragment, getTag() + "_" + mDepth + "_b")
95 internalFragment.mDepth = 1;
/frameworks/rs/rsov/driver/
H A DrsovAllocation.h65 uint32_t getDepth() const { return mDepth; }
74 const uint32_t mDepth; member in class:android::renderscript::rsov::RSoVAllocation
/frameworks/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/rs/rsov/compiler/spirit/
H A Dmodule.h256 uint32_t mDepth; member in struct:android::spirit::Extent3D
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java141 return mDepth;
248 mDepth--;
253 mDepth++;
467 private int mDepth = 0; field in class:XmlBlock.Parser
/frameworks/base/core/java/android/util/proto/
H A DProtoOutputStream.java192 private int mDepth; field in class:ProtoOutputStream
2145 mDepth++;
2156 mExpectedObjectToken = makeToken(getTagSize(id), repeated, mDepth, mNextObjectId, sizePos);
2186 if ((mDepth & 0x01ff) != depth || mExpectedObjectToken != token) {
2190 + " Current depth " + mDepth
2199 mDepth--;
2450 if (mDepth != 0) {
2451 throw new IllegalArgumentException("Trying to compact with " + mDepth
2621 if (mDepth != 0) {
/frameworks/wilhelm/src/
H A Ditfstruct.h157 SLmillimeter mDepth; member in struct:__anon2223::__anon2224

Completed in 766 milliseconds