Searched refs:theParent (Results 1 – 5 of 5) sorted by relevance
1444 final ViewParent theParent = child.getParent(); in isViewDescendantOf() local1445 return (theParent instanceof ViewGroup) && isViewDescendantOf((View) theParent, parent); in isViewDescendantOf()
1415 final ViewParent theParent = child.getParent(); in isViewDescendantOf() local1416 return (theParent instanceof ViewGroup) && isViewDescendantOf((View) theParent, parent); in isViewDescendantOf()
2821 final ViewParent theParent = child.getParent();2822 return (theParent instanceof ViewGroup) && isViewAncestorOf((View) theParent, parent);
4122 ViewParent theParent = descendant.mParent; in offsetRectBetweenParentAndChild() local4125 while ((theParent != null) in offsetRectBetweenParentAndChild()4126 && (theParent instanceof View) in offsetRectBetweenParentAndChild()4127 && (theParent != this)) { in offsetRectBetweenParentAndChild()4133 View p = (View) theParent; in offsetRectBetweenParentAndChild()4138 View p = (View) theParent; in offsetRectBetweenParentAndChild()4145 descendant = (View) theParent; in offsetRectBetweenParentAndChild()4146 theParent = descendant.mParent; in offsetRectBetweenParentAndChild()4151 if (theParent == this) { in offsetRectBetweenParentAndChild()
2300 final ViewParent theParent = child.getParent(); in isViewDescendantOf() local2301 return (theParent instanceof ViewGroup) && isViewDescendantOf((View) theParent, parent); in isViewDescendantOf()