HomeSort by relevance Sort by last modified time
    Searched refs:childIndex (Results 51 - 75 of 207) sorted by null

1 23 4 5 6 7 8 9

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreeWizard.h 42 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
56 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
121 ChildIndex:(NSInteger)childIndex
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreeWizard.h 42 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
56 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
121 ChildIndex:(NSInteger)childIndex
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeWizard.h 43 - (void) visit:(ANTLRCommonTree *)t Parent:(ANTLRCommonTree *)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
57 - (void) visit:(ANTLRCommonTree *)t Parent:(ANTLRCommonTree *)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
121 ChildIndex:(NSInteger)childIndex
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/shapes/
CircleShape.java 117 public float computeDistanceToOut(Transform xf, Vec2 p, int childIndex, Vec2 normalOut) {
135 int childIndex) {
183 public final void computeAABB(final AABB aabb, final Transform transform, int childIndex) {
EdgeShape.java 88 public float computeDistanceToOut(Transform xf, Vec2 p, int childIndex, Vec2 normalOut) {
130 public boolean raycast(RayCastOutput output, RayCastInput input, Transform xf, int childIndex) {
214 public void computeAABB(AABB aabb, Transform xf, int childIndex) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QuickQSPanel.java 202 int childIndex = getChildIndex(tile.tileView);
204 removeViewAt(childIndex);
207 removeViewAt(childIndex);
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
ResourceExpr.java 189 private String getChildCode(int childIndex, String defaultValue) {
190 if (getChildren().size() <= childIndex) {
193 return getChildren().get(childIndex).toCode().generate();
  /external/antlr/antlr-3.4/runtime/Python/unittests/
testtree.py 64 self.assertEquals(-1, root_0.childIndex)
65 self.assertEquals(0, t.childIndex)
66 self.assertEquals(1, u.childIndex)
560 self.failUnlessEqual(-1, t.childIndex)
571 self.failUnlessEqual(-1, r0.childIndex)
585 self.failUnlessEqual(-1, r0.childIndex)
587 self.failUnlessEqual(0, c0.childIndex)
589 self.failUnlessEqual(1, c1.childIndex)
591 self.failUnlessEqual(2, c2.childIndex)
611 self.failUnlessEqual(-1, root.childIndex)
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
treewizard.py 422 def visitor(tree, parent, childIndex, labels):
447 def visitor(tree, parent, childIndex, label):
482 def _visitType(self, t, parent, childIndex, ttype, visitor):
489 visitor(t, parent, childIndex, None)
513 def rootvisitor(tree, parent, childIndex, labels):
516 visitor(tree, parent, childIndex, labels)
tree.py 194 children to set their childindex; could be slow.
696 self.childIndex = 0
749 # fix parent pointer and childIndex for new children
752 child.childIndex = len(self.children) + idx
760 childTree.childIndex = len(self.children) - 1
778 t.childIndex = i
788 child.childIndex = i + idx
798 children to set their childindex; could be slow.
824 child.childIndex = idx + startChildIndex
845 child.childIndex = idx + offse
    [all...]
  /frameworks/base/core/java/android/widget/
ActionMenuView.java 716 protected boolean hasDividerBeforeChildAt(int childIndex) {
717 if (childIndex == 0) {
720 final View childBefore = getChildAt(childIndex - 1);
721 final View child = getChildAt(childIndex);
723 if (childIndex < getChildCount() && childBefore instanceof ActionMenuChildView) {
726 if (childIndex > 0 && child instanceof ActionMenuChildView) {
TabWidget.java 147 void measureChildBeforeLayout(View child, int childIndex, int widthMeasureSpec, int totalWidth,
151 totalWidth + mImposedTabWidths[childIndex], MeasureSpec.EXACTLY);
156 super.measureChildBeforeLayout(child, childIndex,
LinearLayout.java 649 * @param childIndex Index of child to check for preceding divider
650 * @return true if there should be a divider before the child at childIndex
653 protected boolean hasDividerBeforeChildAt(int childIndex) {
654 if (childIndex == getVirtualChildCount()) {
658 boolean allViewsAreGoneBefore = allViewsAreGoneBefore(childIndex);
670 private boolean allViewsAreGoneBefore(int childIndex) {
671 for (int i = childIndex - 1; i >= 0; i--) {
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuView.java 729 protected boolean hasSupportDividerBeforeChildAt(int childIndex) {
730 if (childIndex == 0) {
733 final View childBefore = getChildAt(childIndex - 1);
734 final View child = getChildAt(childIndex);
736 if (childIndex < getChildCount() && childBefore instanceof ActionMenuChildView) {
739 if (childIndex > 0 && child instanceof ActionMenuChildView) {
LinearLayoutCompat.java 560 * @param childIndex Index of child to check for preceding divider
561 * @return true if there should be a divider before the child at childIndex
564 protected boolean hasDividerBeforeChildAt(int childIndex) {
565 if (childIndex == 0) {
567 } else if (childIndex == getChildCount()) {
571 for (int i = childIndex - 1; i >= 0; i--) {
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/
b2Fixture.cpp 135 proxy->childIndex = i;
165 m_shape->ComputeAABB(&aabb1, transform1, proxy->childIndex);
166 m_shape->ComputeAABB(&aabb2, transform2, proxy->childIndex);
b2ContactManager.cpp 185 int32 indexA = proxyA->childIndex;
186 int32 indexB = proxyB->childIndex;
  /frameworks/base/core/java/android/view/
GhostView.java 327 int childIndex = customOrder ? parent.getChildDrawingOrder(childrenCount, i) : i;
329 ? parent.getChildAt(childIndex) : preorderedList.get(childIndex);
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/Shapes/
b2PolygonShape.cpp 268 const b2Transform& xf, int32 childIndex) const
270 B2_NOT_USED(childIndex);
339 void b2PolygonShape::ComputeAABB(b2AABB* aabb, const b2Transform& xf, int32 childIndex) const
341 B2_NOT_USED(childIndex);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btCompoundShape.cpp 90 void btCompoundShape::updateChildTransform(int childIndex, const btTransform& newChildTransform,bool shouldRecalculateLocalAabb)
92 m_children[childIndex].m_transform = newChildTransform;
98 m_children[childIndex].m_childShape->getAabb(newChildTransform,localAabbMin,localAabbMax);
101 m_dynamicAabbTree->update(m_children[childIndex].m_node,bounds);
btCompoundShape.h 109 void updateChildTransform(int childIndex, const btTransform& newChildTransform, bool shouldRecalculateLocalAabb = true);
  /packages/apps/Settings/src/com/android/settings/widget/
MatchParentShrinkingLinearLayout.java 608 * @param childIndex Index of child to check for preceding divider
609 * @return true if there should be a divider before the child at childIndex
612 protected boolean hasDividerBeforeChildAt(int childIndex) {
613 if (childIndex == 0) {
615 } else if (childIndex == getChildCount()) {
619 for (int i = childIndex - 1; i >= 0; i--) {
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/
ContactManager.java 70 int indexA = proxyA.childIndex;
71 int indexB = proxyB.childIndex;
  /frameworks/base/core/java/com/android/internal/widget/
NotificationActionListLayout.java 238 final int childIndex = start + dir * i;
239 final View child = getChildAt(childIndex);
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3commontree.c 327 tree->childIndex = -1;
518 ((pANTLR3_COMMON_TREE)(tree->super))->childIndex = i;
523 return ((pANTLR3_COMMON_TREE)(tree->super))->childIndex;

Completed in 1251 milliseconds

1 23 4 5 6 7 8 9