Searched refs:currentParent (Results 1 – 3 of 3) sorted by relevance
125 final ViewGroup currentParent = (ViewGroup) itemView.getParent(); in addItemView() local126 if (currentParent != null) { in addItemView()127 currentParent.removeView(itemView); in addItemView()
129 final ViewGroup currentParent = (ViewGroup) itemView.getParent(); in addItemView() local130 if (currentParent != null) { in addItemView()131 currentParent.removeView(itemView); in addItemView()
143 Node* currentParent = stack->nodeStack.top(); in characterDataHandler() local144 if (!currentParent->children.empty()) { in characterDataHandler()145 Node* lastChild = currentParent->children.back().get(); in characterDataHandler()