Searched refs:removeChild (Results 1 – 6 of 6) sorted by relevance
/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/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/core/java/android/animation/ |
D | LayoutTransition.java | 1335 private void removeChild(ViewGroup parent, View child, boolean changesLayout) { in removeChild() method in LayoutTransition 1374 public void removeChild(ViewGroup parent, View child) { in removeChild() method in LayoutTransition 1375 removeChild(parent, child, true); in removeChild() 1383 removeChild(parent, child, true); in hideChild() 1398 removeChild(parent, child, newVisibility == View.GONE); in hideChild()
|
/frameworks/base/core/java/android/view/ |
D | ViewGroup.java | 3765 mTransition.removeChild(this, view); in removeViewInternal() 3851 mTransition.removeChild(this, view); in removeViewsInternal() 3938 mTransition.removeChild(this, view); in removeAllViewsInLayout() 4000 mTransition.removeChild(this, child); in removeDetachedView()
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | RenderSessionImpl.java | 964 public Result removeChild(final View childView, IAnimationListener listener) { in removeChild() method in RenderSessionImpl
|
/frameworks/base/api/ |
D | current.txt | 2433 method public void removeChild(android.view.ViewGroup, android.view.View); 49237 …method public abstract org.w3c.dom.Node removeChild(org.w3c.dom.Node) throws org.w3c.dom.DOMExcept…
|