OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mDepth
(Results
1 - 8
of
8
) sorted by null
/packages/apps/IM/libwbxml/include/
imps_encoder.h
58
int
mDepth
;
xml2wbxml.h
49
int
mDepth
;
/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
PolicyNodeImpl.java
33
private int
mDepth
;
59
mDepth
= mParent.getDepth() + 1;
62
mDepth
= 0;
80
return
mDepth
;
147
if(policynodeimpl.mChildren.size() == 0 && i >
mDepth
+ 1)
181
if(
mDepth
== i) {
199
if(
mDepth
< i) {
215
if(
mDepth
< i) {
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
SensorTest.java
42
private final int
mDepth
;
54
mDepth
= weights.length;
55
mSamples = new float[
mDepth
];
61
mCurr = (mCurr + 1) %
mDepth
;
65
final int depth =
mDepth
;
/sdk/layoutlib_utils/src/com/android/layoutlib/utils/
ValueResourceParser.java
47
private int
mDepth
= 0;
66
} else if (
mDepth
== 2) {
69
} else if (
mDepth
== 3) {
73
mDepth
--;
81
mDepth
++;
82
if (inResources == false &&
mDepth
== 1) {
86
} else if (
mDepth
== 2 && inResources == true) {
113
} else if (
mDepth
== 3 && mCurrentStyle != null) {
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
BridgeXmlBlockParser.java
44
private int
mDepth
= 0;
148
return
mDepth
;
240
mDepth
--;
245
mDepth
++;
/frameworks/base/core/java/android/content/res/
XmlBlock.java
139
return
mDepth
;
246
mDepth
--;
251
mDepth
++;
465
private int
mDepth
= 0;
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
PsdFile.java
149
final short
mDepth
= 8;
164
out.writeShort(
mDepth
);
Completed in 148 milliseconds