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

  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Node.java 568 // Spatial childClone = child.clone();
569 // childClone.parent = nodeClone;
570 // nodeClone.children.add(childClone);
580 Spatial childClone = child.deepClone();
581 childClone.parent = nodeClone;
582 nodeClone.children.add(childClone);
Spatial.java     [all...]
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityActivityTestCase.java 391 AccessibilityNodeInfo childClone = AccessibilityNodeInfo.obtain(child);
392 return getQueryConnection().getParent(childClone);

Completed in 49 milliseconds