Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java1782 final ViewParent theParent = child.getParent(); in isViewDescendantOf() local
1783 return (theParent instanceof ViewGroup) && isViewDescendantOf((View) theParent, parent); in isViewDescendantOf()
DScrollView.java1881 final ViewParent theParent = child.getParent(); in isViewDescendantOf() local
1882 return (theParent instanceof ViewGroup) && isViewDescendantOf((View) theParent, parent); in isViewDescendantOf()
DListView.java3191 final ViewParent theParent = child.getParent();
3192 return (theParent instanceof ViewGroup) && isViewAncestorOf((View) theParent, parent);
/frameworks/base/core/java/android/view/
DViewGroup.java6258 ViewParent theParent = descendant.mParent; in offsetRectBetweenParentAndChild() local
6261 while ((theParent != null) in offsetRectBetweenParentAndChild()
6262 && (theParent instanceof View) in offsetRectBetweenParentAndChild()
6263 && (theParent != this)) { in offsetRectBetweenParentAndChild()
6269 View p = (View) theParent; in offsetRectBetweenParentAndChild()
6278 View p = (View) theParent; in offsetRectBetweenParentAndChild()
6289 descendant = (View) theParent; in offsetRectBetweenParentAndChild()
6290 theParent = descendant.mParent; in offsetRectBetweenParentAndChild()
6295 if (theParent == this) { in offsetRectBetweenParentAndChild()
DViewRootImpl.java6538 final ViewParent theParent = child.getParent(); in isViewDescendantOf() local
6539 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/ ...