Searched refs:theParent (Results 1 – 5 of 5) sorted by relevance
1707 final ViewParent theParent = child.getParent(); in isViewDescendantOf() local1708 return (theParent instanceof ViewGroup) && isViewDescendantOf((View) theParent, parent); in isViewDescendantOf()
1747 final ViewParent theParent = child.getParent(); in isViewDescendantOf() local1748 return (theParent instanceof ViewGroup) && isViewDescendantOf((View) theParent, parent); in isViewDescendantOf()
3193 final ViewParent theParent = child.getParent();3194 return (theParent instanceof ViewGroup) && isViewAncestorOf((View) theParent, parent);
6250 ViewParent theParent = descendant.mParent; in offsetRectBetweenParentAndChild() local6253 while ((theParent != null) in offsetRectBetweenParentAndChild()6254 && (theParent instanceof View) in offsetRectBetweenParentAndChild()6255 && (theParent != this)) { in offsetRectBetweenParentAndChild()6261 View p = (View) theParent; in offsetRectBetweenParentAndChild()6270 View p = (View) theParent; in offsetRectBetweenParentAndChild()6281 descendant = (View) theParent; in offsetRectBetweenParentAndChild()6282 theParent = descendant.mParent; in offsetRectBetweenParentAndChild()6287 if (theParent == this) { in offsetRectBetweenParentAndChild()
5547 final ViewParent theParent = child.getParent(); in isViewDescendantOf() local5548 return (theParent instanceof ViewGroup) && isViewDescendantOf((View) theParent, parent); in isViewDescendantOf()