Searched refs:currentChildIndex (Results 1 – 9 of 9) sorted by relevance
437 int currentChildIndex = startIndex; in getNextGroup() local485 int currentChildIndex = measureMainRow(maxWidth); in onMeasure() local486 measureRemainingRows(maxWidth, currentChildIndex); in onMeasure()518 int currentChildIndex = mainControlInfo.endIndex; in measureMainRow() local519 while (currentChildIndex < childCount && remainingWidth > 0) { in measureMainRow()520 GroupInfo groupInfo = getNextGroup(currentChildIndex); in measureMainRow()525 currentChildIndex = groupInfo.endIndex; in measureMainRow()532 addRowStartIndex(currentChildIndex); in measureMainRow()543 for (int i = 0; i < currentChildIndex; i++) { in measureMainRow()559 return currentChildIndex; in measureMainRow()[all …]
45 @synthesize currentChildIndex;92 currentChildIndex = -1;205 [state setCurrentChildIndex:currentChildIndex];231 currentChildIndex = [state currentChildIndex];327 if (currentChildIndex == -1) {330 if (currentChildIndex < (NSInteger)[currentNode getChildCount]) {331 return [self visitChild:currentChildIndex];335 return [self visitChild:currentChildIndex];345 currentChildIndex = 0;347 node = [self visitChild:currentChildIndex];[all …]
34 int currentChildIndex; variable48 - (NSInteger) currentChildIndex;
76 - (NSInteger) currentChildIndex78 return currentChildIndex;83 currentChildIndex = aCurrentChildIndex;
51 NSInteger currentChildIndex; variable68 …ty (assign, getter=getCurrentChildIndex, setter=setCurrentChildIndex:) NSInteger currentChildIndex;
233 ANTLR3_INT32 currentChildIndex; member320 ANTLR3_UINT32 currentChildIndex; member