HomeSort by relevance Sort by last modified time
    Searched full:children (Results 1276 - 1300 of 2686) sorted by null

<<51525354555657585960>>

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/
PhysicsCollisionObject.java 252 List<Spatial> children = ((Node) spatial).getChildren(); local
253 for (Iterator<Spatial> it1 = children.iterator(); it1.hasNext();) {
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/util/
CollisionShapeFactory.java 161 * @return A MeshCollisionShape or a CompoundCollisionShape with MeshCollisionShapes as children if the supplied spatial is a Node. A HeightieldCollisionShape if a TerrainQuad was supplied.
182 * @return A HullCollisionShape or a CompoundCollisionShape with HullCollisionShapes as children if the supplied spatial is a Node.
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
AnimChannel.java 296 * from the given named bone and going toward its children.
304 * from the given bone and going toward its children.
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/
PhysicsCollisionObject.java 232 List<Spatial> children = ((Node) spatial).getChildren(); local
233 for (Iterator<Spatial> it1 = children.iterator(); it1.hasNext();) {
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/util/
DebugShapeFactory.java 80 List<ChildCollisionShape> children = shape.getChildren(); local
82 for (Iterator<ChildCollisionShape> it = children.iterator(); it.hasNext();) {
  /external/linux-tools-perf/util/added/
rbtree.c 399 /* No right-hand children. Everything down and left is
428 /* No left-hand children. Go up till we find an ancestor which
  /external/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp 207 // Move all of the block's children to be children of the preheader, which
  /external/mesa3d/src/glsl/
opt_constant_propagation.cpp 318 /* handle_if_block() already descended into the children. */
353 /* already descended into the children. */
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
intermediate.h 13 // each node can have it's own type of list of children.
419 // Nodes that operate on an arbitrary sized set of children.
  /external/webkit/Source/WebCore/inspector/front-end/
audits.css 264 .audit-result-tree ol.children {
268 .audit-result-tree ol.children.expanded {
  /external/webkit/Source/WebCore/loader/archive/android/
WebArchiveAndroid.cpp 69 int children = frame->tree()->childCount(); local
73 for (int child = 0; child < children; child++)
  /external/webkit/Source/WebCore/platform/
Widget.h 130 // tree. Only ScrollViews can have children (and therefore the Widget class has no concept of children).
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
SurfaceCollectionManager.cpp 134 ALOGV("updateWithSurfaceCollection - %p, has children %d, has animations %d",
150 ALOGV("DISCARDING collection - %p, has children %d, has animations %d",
  /external/webkit/Source/WebCore/rendering/
RenderLayerCompositor.h 108 // Update the geometry for compositing children of compositingAncestor.
113 // Whether layer's backing needs a graphics layer to clip z-order children of the given layer.
  /external/webkit/Source/WebCore/rendering/svg/
SVGRootInlineBox.cpp 116 // Build text chunks for all <textPath> children, using the line layout algorithm.
190 // Position all children relative to the parent block.
  /external/webkit/Tools/DumpRenderTree/win/
AccessibilityUIElementWin.cpp 82 void AccessibilityUIElement::getChildren(Vector<AccessibilityUIElement>& children)
88 children.append(getChildAtIndex(i));
  /frameworks/base/core/java/android/widget/
RadioGroup.java 57 // tracks children radio buttons checked state
257 * the children to {@link #WRAP_CONTENT} when they are not specified in the
ViewAnimator.java 81 // For compatibility, always measure children when undefined.
86 // For compatibility, default to measure children, but allow XML
  /frameworks/base/docs/html/training/accessibility/
service.jd 208 its parent and children. In order to do this, make sure that you set the
222 <li>In that view, look for a label and a check box as children views</li>
  /frameworks/base/test-runner/src/android/test/
ViewAsserts.java 318 * Assert the specified group's integrity. The children count should be >= 0 and each
328 assertNotNull("group should not contain null children", parent.getChildAt(i));
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLViewTest.java 293 // layout children from left to right
294 // call children's layout.
  /packages/apps/Mms/src/com/android/mms/dom/smil/
ElementTimeImpl.java 95 * "For children of a sequence, the only legal value for begin is
98 * "The default value of begin for children of a par is 0."
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java 134 /** List of all the view data for the children in this layout */
198 * Computes the index (among the children nodes) to insert a new node into which
369 INode[] children = layout.getChildren(); local
376 mChildViews = new ArrayList<ViewData>(children.length);
378 for (INode child : children) {
385 declaredRowCount == UNDEFINED ? children.length : declaredRowCount,
386 declaredColumnCount == UNDEFINED ? children.length : declaredColumnCount);
460 // are assigned by assuming that the children are assigned successive
512 // Vertical layout: successive children are assigned to the same column in
603 * children
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 152 // within an element's children, is the given caret offset located?
331 * Find the grand-parent and if one is found, return its children element list.
564 // allowable children, so just assume any normal layout tag is
    [all...]
  /bionic/libc/include/
fts.h 40 struct _ftsent *fts_child; /* linked list of children */

Completed in 1192 milliseconds

<<51525354555657585960>>