HomeSort by relevance Sort by last modified time
    Searched refs:theParent (Results 1 - 10 of 10) 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...]
ListView.java     [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
HorizontalScrollView.java     [all...]
  /packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java     [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]
ViewRootImpl.java     [all...]

Completed in 295 milliseconds