Home
last modified time | relevance | path

Searched refs:currentParent (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/menu/
DBaseMenuPresenter.java125 final ViewGroup currentParent = (ViewGroup) itemView.getParent(); in addItemView() local
126 if (currentParent != null) { in addItemView()
127 currentParent.removeView(itemView); in addItemView()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
DBaseMenuPresenter.java129 final ViewGroup currentParent = (ViewGroup) itemView.getParent(); in addItemView() local
130 if (currentParent != null) { in addItemView()
131 currentParent.removeView(itemView); in addItemView()
/frameworks/base/tools/aapt2/
DXmlDom.cpp143 Node* currentParent = stack->nodeStack.top(); in characterDataHandler() local
144 if (!currentParent->children.empty()) { in characterDataHandler()
145 Node* lastChild = currentParent->children.back().get(); in characterDataHandler()