HomeSort by relevance Sort by last modified time
    Searched refs:oldParent (Results 1 - 25 of 26) sorted by null

1 2

  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
Reparenting.java 64 ViewGroup oldParent = (ViewGroup) v.getParent();
65 ViewGroup newParent = oldParent == mContainer1 ? mContainer2 : mContainer1;
66 oldParent.removeView(v);
  /external/chromium_org/third_party/WebKit/Source/wtf/
TreeNode.h 140 void takeChildrenFrom(NodeType* oldParent)
142 ASSERT(oldParent != this);
143 while (oldParent->hasChildren()) {
144 NodeType* child = oldParent->firstChild();
145 oldParent->removeChild(child);
  /frameworks/base/core/java/android/preference/
EditTextPreference.java 116 ViewParent oldParent = editText.getParent();
117 if (oldParent != view) {
118 if (oldParent != null) {
119 ((ViewGroup) oldParent).removeView(editText);
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_controller.h 375 parent:(const BookmarkNode*)oldParent index:(int)index;
379 oldParent:(const BookmarkNode*)oldParent oldIndex:(int)oldIndex
382 parent:(const BookmarkNode*)oldParent index:(int)index;
  /libcore/luni/src/main/java/java/util/logging/
LogManager.java 255 Logger oldParent = child.getParent();
256 if (parent == oldParent && (name.length() == 0 || child.getName().startsWith(nameDot))) {
259 if (oldParent != null) {
261 oldParent.children.remove(child);
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarContextView.java 129 final ViewGroup oldParent = (ViewGroup) mMenuView.getParent();
130 if (oldParent != null) oldParent.removeView(mMenuView);
143 final ViewGroup oldParent = (ViewGroup) mMenuView.getParent();
144 if (oldParent != null) oldParent.removeView(mMenuView);
ActionBarView.java 302 final ViewGroup oldParent = (ViewGroup) mMenuView.getParent();
303 if (oldParent != null) {
304 oldParent.removeView(mMenuView);
382 final ViewGroup oldParent = (ViewGroup) mMenuView.getParent();
383 if (oldParent != null) {
384 oldParent.removeView(mMenuView);
403 final ViewGroup oldParent = (ViewGroup) menuView.getParent();
404 if (oldParent != null && oldParent != this) {
405 oldParent.removeView(menuView)
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarContextView.java 122 final ViewGroup oldParent = (ViewGroup) mMenuView.getParent();
123 if (oldParent != null) oldParent.removeView(mMenuView);
136 final ViewGroup oldParent = (ViewGroup) mMenuView.getParent();
137 if (oldParent != null) oldParent.removeView(mMenuView);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
CounterNode.cpp 52 CounterNode* oldParent = 0;
60 oldParent = m_parent;
79 child->m_parent = oldParent;
RenderObject.cpp 520 void RenderObject::moveLayers(RenderLayer* oldParent, RenderLayer* newParent)
527 ASSERT(oldParent == layer->parent());
528 if (oldParent)
529 oldParent->removeChild(layer);
535 curr->moveLayers(oldParent, newParent);
    [all...]
RenderObject.h 199 void moveLayers(RenderLayer* oldParent, RenderLayer* newParent);
    [all...]
  /frameworks/base/core/java/android/view/
GhostView.java 109 View oldParent = (View) ghostView.getParent();
110 ViewGroup oldGrandParent = (ViewGroup) oldParent.getParent();
113 oldGrandParent.removeView(oldParent);
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.h 66 ContainerNode* oldParent()
68 // It's sort of ugly, but we store the |oldParent| in the |child| field
169 void takeAllChildren(HTMLStackItem* newParent, HTMLElementStack::ElementRecord* oldParent);
HTMLConstructionSite.cpp 169 task.parent->parserTakeAllChildrenFrom(*task.oldParent());
729 void HTMLConstructionSite::takeAllChildren(HTMLStackItem* newParent, HTMLElementStack::ElementRecord* oldParent)
733 task.child = oldParent->node();
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
BookmarksBridge.java 63 * @param oldParent The parent before the move.
69 BookmarkItem oldParent, int oldIndex, BookmarkItem newParent, int newIndex) {
514 BookmarkItem oldParent, int oldIndex, BookmarkItem newParent, int newIndex) {
518 observer.bookmarkNodeMoved(oldParent, oldIndex, newParent, newIndex);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaConnection.java 630 public void updateParent(CdmaCall oldParent, CdmaCall newParent){
631 if (newParent != oldParent) {
632 if (oldParent != null) {
633 oldParent.detach(this);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionManager.java 767 CanvasViewInfo oldParent = old.getParent();
768 if (oldParent != null) {
769 CanvasViewInfo newParent = findCorresponding(oldParent, newRoot);
774 List<CanvasViewInfo> oldSiblings = oldParent.getChildren();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ContainerNode.cpp 75 if (ContainerNode* oldParent = node.parentNode())
76 oldParent->removeChild(&node, exceptionState);
88 void ContainerNode::parserTakeAllChildrenFrom(ContainerNode& oldParent)
90 while (RefPtrWillBeRawPtr<Node> child = oldParent.firstChild()) {
91 oldParent.parserRemoveChild(*child);
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
Call.java     [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py 130 oldParent = self.parent
142 oldParent.insert(myIndex, replaceWith)
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 

Completed in 805 milliseconds

1 2