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