OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CHILD
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/widget/
ExpandableListPosition.java
22
* ExpandableListPosition can refer to either a group's position or a
child
's
23
* position. Referring to a
child
's position requires both a group position (the
24
* group containing the
child
) and a
child
position (the
child
's position within
35
* This data type represents a
child
position
37
public final static int
CHILD
= 1;
46
* group of the
child
being referred to
51
* The position of the
child
within its parent group
57
* the corresponding flat list position for the group or
child
is known
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/
Axis.java
54
/** The
child
axis contains the children of the context node. */
55
public static final int
CHILD
= 3;
59
* a descendant is a
child
or a
child
of a
child
and so on; thus the
169
false, //
child
188
"
child
", // 3
/external/webkit/Source/WebKit/android/nav/
CachedNode.h
51
// or because they have the wrong DOM attribute (in focus, a focused
child
, etc)
75
CHILD
,
196
int mDataIndex; //
child
frame if a frame; input data index; or -1
/external/jdiff/
xerces.jar
Completed in 149 milliseconds