Searched refs:theParent (Results 1 – 6 of 6) sorted by relevance
1782 final ViewParent theParent = child.getParent(); in isViewDescendantOf() local1783 return (theParent instanceof ViewGroup) && isViewDescendantOf((View) theParent, parent); in isViewDescendantOf()
1881 final ViewParent theParent = child.getParent(); in isViewDescendantOf() local1882 return (theParent instanceof ViewGroup) && isViewDescendantOf((View) theParent, parent); in isViewDescendantOf()
3191 final ViewParent theParent = child.getParent();3192 return (theParent instanceof ViewGroup) && isViewAncestorOf((View) theParent, parent);
6258 ViewParent theParent = descendant.mParent; in offsetRectBetweenParentAndChild() local6261 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()
6538 final ViewParent theParent = child.getParent(); in isViewDescendantOf() local6539 return (theParent instanceof ViewGroup) && isViewDescendantOf((View) theParent, parent); in isViewDescendantOf()
META-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...