Home | History | Annotate | Download | only in view

Lines Matching refs:theParent

4248         ViewParent theParent = descendant.mParent;
4251 while ((theParent != null)
4252 && (theParent instanceof View)
4253 && (theParent != this)) {
4259 View p = (View) theParent;
4264 View p = (View) theParent;
4271 descendant = (View) theParent;
4272 theParent = descendant.mParent;
4277 if (theParent == this) {