Searched refs:nextParent (Results 1 – 1 of 1) sorted by relevance
131 ViewParent nextParent = focused.getParent(); in getEffectiveRoot() local132 while (nextParent instanceof ViewGroup) { in getEffectiveRoot()133 if (nextParent == root) { in getEffectiveRoot()136 ViewGroup vg = (ViewGroup) nextParent; in getEffectiveRoot()145 nextParent = nextParent.getParent(); in getEffectiveRoot()