Home | History | Annotate | Download | only in view

Lines Matching refs:theParent

5413         ViewParent theParent = descendant.mParent;
5416 while ((theParent != null)
5417 && (theParent instanceof View)
5418 && (theParent != this)) {
5424 View p = (View) theParent;
5433 View p = (View) theParent;
5444 descendant = (View) theParent;
5445 theParent = descendant.mParent;
5450 if (theParent == this) {