Searched refs:removeChild (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/tools/preload/ |
D | sorttable.js | 100 this.removeChild(document.getElementById('sorttable_sortfwdind')); 113 this.removeChild(document.getElementById('sorttable_sortrevind')); 130 if (sortfwdind) { sortfwdind.parentNode.removeChild(sortfwdind); } 132 if (sortrevind) { sortrevind.parentNode.removeChild(sortrevind); }
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/ |
D | BridgeRenderSession.java | 166 public Result removeChild(Object childView, IAnimationListener listener) { in removeChild() method in BridgeRenderSession 175 mLastResult = mSession.removeChild((View) childView, listener); in removeChild()
|
/frameworks/base/core/java/android/animation/ |
D | LayoutTransition.java | 1055 public void removeChild(ViewGroup parent, View child) { in removeChild() method in LayoutTransition 1079 removeChild(parent, child); in hideChild()
|
/frameworks/base/core/java/android/view/ |
D | ViewGroup.java | 3575 mTransition.removeChild(this, view); in removeViewInternal() 3647 mTransition.removeChild(this, view); in removeViewsInternal() 3712 mTransition.removeChild(this, view); in removeAllViewsInLayout() 3753 mTransition.removeChild(this, child); in removeDetachedView()
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | RenderSessionImpl.java | 897 public Result removeChild(final View childView, IAnimationListener listener) { in removeChild() method in RenderSessionImpl
|
/frameworks/base/api/ |
D | current.txt | 2291 method public void removeChild(android.view.ViewGroup, android.view.View); 45815 …method public abstract org.w3c.dom.Node removeChild(org.w3c.dom.Node) throws org.w3c.dom.DOMExcept…
|
D | 14.txt | 2291 method public void removeChild(android.view.ViewGroup, android.view.View); 45815 …method public abstract org.w3c.dom.Node removeChild(org.w3c.dom.Node) throws org.w3c.dom.DOMExcept…
|