Searched refs:removeChild (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridgeRenderSession.java166 public Result removeChild(Object childView, IAnimationListener listener) { method in class:BridgeRenderSession
175 mLastResult = mSession.removeChild((View) childView, listener);
/frameworks/base/tools/preload/
H A Dsorttable.js100 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/
H A DLayoutTransition.java1363 private void removeChild(ViewGroup parent, View child, boolean changesLayout) { method in class:LayoutTransition
1402 public void removeChild(ViewGroup parent, View child) { method in class:LayoutTransition
1403 removeChild(parent, child, true);
1411 removeChild(parent, child, true);
1426 removeChild(parent, child, newVisibility == View.GONE);
/frameworks/base/core/java/android/view/
H A DViewGroup.java3825 mTransition.removeChild(this, view);
3921 mTransition.removeChild(this, view);
4008 mTransition.removeChild(this, view);
4070 mTransition.removeChild(this, child);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java976 * @see RenderSession#removeChild(Object, IAnimationListener)
978 public Result removeChild(final View childView, IAnimationListener listener) { method in class:RenderSessionImpl

Completed in 278 milliseconds