Searched refs:theParent (Results 1 – 6 of 6) sorted by relevance
1719 final ViewParent theParent = child.getParent(); in isViewDescendantOf() local1720 return (theParent instanceof ViewGroup) && isViewDescendantOf((View) theParent, parent); in isViewDescendantOf()
1683 final ViewParent theParent = child.getParent(); in isViewDescendantOf() local1684 return (theParent instanceof ViewGroup) && isViewDescendantOf((View) theParent, parent); in isViewDescendantOf()
3197 final ViewParent theParent = child.getParent();3198 return (theParent instanceof ViewGroup) && isViewAncestorOf((View) theParent, parent);
6097 ViewParent theParent = descendant.mParent; in offsetRectBetweenParentAndChild() local6100 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()
4296 final ViewParent theParent = child.getParent(); in isViewDescendantOf() local4297 return (theParent instanceof ViewGroup) && isViewDescendantOf((View) theParent, parent); in isViewDescendantOf()
META-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...