HomeSort by relevance Sort by last modified time
    Searched refs:mDepth (Results 1 - 15 of 15) sorted by null

  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
TooManyViewsDetector.java 97 private int mDepth;
111 mViewCount = mDepth = 0;
123 mDepth++;
125 if (mDepth == MAX_DEPTH && !mWarnedAboutDepth) {
144 mDepth--;
  /sdk/ide_common/src/com/android/ide/common/resources/
ValueResourceParser.java 50 private int mDepth = 0;
71 } else if (mDepth == 2) {
76 } else if (mDepth == 3) {
83 mDepth--;
91 mDepth++;
92 if (inResources == false && mDepth == 1) {
96 } else if (mDepth == 2 && inResources == true) {
126 } else if (mDepth == 3) {
169 } else if (mDepth == 4 && mCurrentAttr != null) {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
SensorTest.java 41 private final int mDepth;
53 mDepth = weights.length;
54 mSamples = new float[mDepth];
60 mCurr = (mCurr + 1) % mDepth;
64 final int depth = mDepth;
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
Serializer.java 45 private int mDepth;
92 if (mDepth != 0) {
120 mNameStack[mDepth] = name;
129 mDepth++;
139 log("</" + mNameStack[mDepth] + '>');
142 mDepth--;
  /frameworks/av/include/media/stagefright/
MediaCodecList.h 75 int32_t mDepth;
  /frameworks/wilhelm/src/itf/
I3DMacroscopic.c 36 thiz->mSize.mDepth = depth;
57 SLmillimeter depth = thiz->mSize.mDepth;
217 thiz->mSize.mDepth = 0;
  /frameworks/base/core/java/android/content/res/
XmlBlock.java 139 return mDepth;
246 mDepth--;
251 mDepth++;
465 private int mDepth = 0;
  /frameworks/av/media/libstagefright/
MediaCodecList.cpp 102 mDepth = 0;
226 ++mDepth;
271 --mDepth;
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/adapter/
FolderSyncParserTests.java 217 private int mDepth = 0;
308 if (!tagName.equals(mStack[--mDepth])) {
311 mStack[mDepth] = null;
316 mStack[mDepth++] = tagName;
  /packages/apps/Exchange/tests/src/com/android/exchange/adapter/
FolderSyncParserTests.java 217 private int mDepth = 0;
308 if (!tagName.equals(mStack[--mDepth])) {
311 mStack[mDepth] = null;
316 mStack[mDepth++] = tagName;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 592 private final Map<Integer, String> mDepth = new HashMap<Integer, String>();
621 for (Map.Entry<Integer, String> entry : mDepth.entrySet()) {
632 if (node.getNodeType() == Node.ELEMENT_NODE && mDepth.get(depth) == null) {
645 mDepth.put(depth, indent);
  /cts/tests/src/android/opengl/cts/
CompressedTextureLoader.java 322 int mDepth;
367 header.mDepth = headerBuffer.getInt();
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
PsdFile.java 149 final short mDepth = 8;
164 out.writeShort(mDepth);
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/util/
PsdFile.java 175 final short mDepth = 8;
191 out.writeShort(mDepth);
  /frameworks/wilhelm/src/
itfstruct.h 155 SLmillimeter mDepth;

Completed in 468 milliseconds