Searched refs:NCHILDREN (Results 1 – 2 of 2) sorted by relevance
838 final int NCHILDREN = in.readInt(); in ViewNode() local840 "Preparing to read " + NCHILDREN in ViewNode()843 mChildren = new ViewNode[NCHILDREN]; in ViewNode()844 for (int i=0; i<NCHILDREN; i++) { in ViewNode()2290 final int NCHILDREN = node.getChildCount(); in dump() local2291 if (NCHILDREN > 0) { in dump()2294 for (int i=0; i<NCHILDREN; i++) { in dump()
9250 final int NCHILDREN = info.getChildCount();9251 if (NCHILDREN > 0) {9252 structure.setChildCount(NCHILDREN);9253 for (int i=0; i<NCHILDREN; i++) {