OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:theParent
(Results
1 - 9
of
9
) sorted by null
/external/tagsoup/src/org/ccil/cowan/tagsoup/
ElementType.java
32
private ElementType
theParent
; // parent of this element type
157
public ElementType parent() {return
theParent
;}
274
public void setParent(ElementType parent) {
theParent
= parent; }
/libcore/luni/src/main/java/java/util/logging/
Logger.java
[
all
...]
/libcore/luni/src/main/java/java/util/
ResourceBundle.java
431
ResourceBundle last,
theParent
= this;
433
Object result =
theParent
.handleGetObject(key);
437
last =
theParent
;
438
theParent
=
theParent
.parent;
439
} while (
theParent
!= null);
[
all
...]
/frameworks/base/core/java/android/widget/
HorizontalScrollView.java
[
all
...]
ScrollView.java
[
all
...]
/packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java
[
all
...]
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
HorizontalScrollView.java
[
all
...]
/frameworks/base/core/java/android/view/
ViewGroup.java
[
all
...]
ViewRootImpl.java
[
all
...]
Completed in 191 milliseconds