Searched refs:theParent (Results 1 – 6 of 6) sorted by relevance
1570 final ViewParent theParent = child.getParent(); in isViewDescendantOf() local1571 return (theParent instanceof ViewGroup) && isViewDescendantOf((View) theParent, parent); in isViewDescendantOf()
1592 final ViewParent theParent = child.getParent(); in isViewDescendantOf() local1593 return (theParent instanceof ViewGroup) && isViewDescendantOf((View) theParent, parent); in isViewDescendantOf()
3084 final ViewParent theParent = child.getParent();3085 return (theParent instanceof ViewGroup) && isViewAncestorOf((View) theParent, parent);
1682 final ViewParent theParent = child.getParent(); in isViewDescendantOf() local1683 return (theParent instanceof ViewGroup) && isViewDescendantOf((View) theParent, parent); in isViewDescendantOf()
5450 ViewParent theParent = descendant.mParent; in offsetRectBetweenParentAndChild() local5453 while ((theParent != null) in offsetRectBetweenParentAndChild()5454 && (theParent instanceof View) in offsetRectBetweenParentAndChild()5455 && (theParent != this)) { in offsetRectBetweenParentAndChild()5461 View p = (View) theParent; in offsetRectBetweenParentAndChild()5470 View p = (View) theParent; in offsetRectBetweenParentAndChild()5481 descendant = (View) theParent; in offsetRectBetweenParentAndChild()5482 theParent = descendant.mParent; in offsetRectBetweenParentAndChild()5487 if (theParent == this) { in offsetRectBetweenParentAndChild()
3350 final ViewParent theParent = child.getParent(); in isViewDescendantOf() local3351 return (theParent instanceof ViewGroup) && isViewDescendantOf((View) theParent, parent); in isViewDescendantOf()