Searched refs:victimParent (Results 1 – 1 of 1) sorted by relevance
76 final ViewGroup victimParent = (ViewGroup) victim.getParent(); in removeEditorView()77 if (victimParent != null) { in removeEditorView()78 victimParent.removeView(victim); in removeEditorView()220 final ViewGroup victimParent = (ViewGroup) view.getParent(); in getViewsBelowOf() local222 if (victimParent != null) { in getViewsBelowOf()223 final int index = victimParent.indexOfChild(view); in getViewsBelowOf()224 getViewsBelowOfRecursive(result, victimParent, index + 1, view); in getViewsBelowOf()