HomeSort by relevance Sort by last modified time
    Searched refs:moveChild (Results 1 - 5 of 5) sorted by null

  /sdk/layoutlib_api/src/com/android/ide/common/rendering/api/
RenderSession.java 225 public Result moveChild(Object parentView, Object childView, int index,
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
BridgeRenderSession.java 141 public Result moveChild(Object parentView, Object childView, int index,
154 mLastResult = mSession.moveChild((ViewGroup) parentView, (View) childView, index,
  /external/webkit/Source/WebCore/inspector/front-end/
ElementsTreeOutline.js 506 moveChild: function(child, targetIndex)
554 treeElement.moveChild(existingTreeElement, treeChildIndex);
    [all...]
  /prebuilt/common/layoutlib_api/
layoutlib_api-prebuilt.jar 
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java 699 * @see RenderSession#moveChild(Object, Object, int, Map, IAnimationListener)
701 public Result moveChild(final ViewGroup newParentView, final View childView, final int index,
723 new Thread("not animated moveChild") {
752 new AnimationThread(this, "moveChild", listener) {
    [all...]

Completed in 351 milliseconds