Searched refs:theParent (Results 1 – 5 of 5) sorted by relevance
1683 final ViewParent theParent = child.getParent(); in isViewDescendantOf() local1684 return (theParent instanceof ViewGroup) && isViewDescendantOf((View) theParent, parent); in isViewDescendantOf()
1719 final ViewParent theParent = child.getParent(); in isViewDescendantOf() local1720 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);
6141 ViewParent theParent = descendant.mParent; in offsetRectBetweenParentAndChild() local6144 while ((theParent != null) in offsetRectBetweenParentAndChild()6145 && (theParent instanceof View) in offsetRectBetweenParentAndChild()6146 && (theParent != this)) { in offsetRectBetweenParentAndChild()6152 View p = (View) theParent; in offsetRectBetweenParentAndChild()6161 View p = (View) theParent; in offsetRectBetweenParentAndChild()6172 descendant = (View) theParent; in offsetRectBetweenParentAndChild()6173 theParent = descendant.mParent; in offsetRectBetweenParentAndChild()6178 if (theParent == this) { in offsetRectBetweenParentAndChild()
4460 final ViewParent theParent = child.getParent(); in isViewDescendantOf() local4461 return (theParent instanceof ViewGroup) && isViewDescendantOf((View) theParent, parent); in isViewDescendantOf()