Home
last modified time | relevance | path

Searched refs:theParent (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/widget/
DScrollView.java1719 final ViewParent theParent = child.getParent(); in isViewDescendantOf() local
1720 return (theParent instanceof ViewGroup) && isViewDescendantOf((View) theParent, parent); in isViewDescendantOf()
DHorizontalScrollView.java1683 final ViewParent theParent = child.getParent(); in isViewDescendantOf() local
1684 return (theParent instanceof ViewGroup) && isViewDescendantOf((View) theParent, parent); in isViewDescendantOf()
DListView.java3197 final ViewParent theParent = child.getParent();
3198 return (theParent instanceof ViewGroup) && isViewAncestorOf((View) theParent, parent);
/frameworks/base/core/java/android/view/
DViewGroup.java6097 ViewParent theParent = descendant.mParent; in offsetRectBetweenParentAndChild() local
6100 while ((theParent != null) in offsetRectBetweenParentAndChild()
6101 && (theParent instanceof View) in offsetRectBetweenParentAndChild()
6102 && (theParent != this)) { in offsetRectBetweenParentAndChild()
6108 View p = (View) theParent; in offsetRectBetweenParentAndChild()
6117 View p = (View) theParent; in offsetRectBetweenParentAndChild()
6128 descendant = (View) theParent; in offsetRectBetweenParentAndChild()
6129 theParent = descendant.mParent; in offsetRectBetweenParentAndChild()
6134 if (theParent == this) { in offsetRectBetweenParentAndChild()
DViewRootImpl.java4296 final ViewParent theParent = child.getParent(); in isViewDescendantOf() local
4297 return (theParent instanceof ViewGroup) && isViewDescendantOf((View) theParent, parent); in isViewDescendantOf()
/frameworks/opt/setupwizard/tools/docs/
Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...