Searched refs:NCHILDREN (Results 1 – 2 of 2) sorted by relevance
763 final int NCHILDREN = in.readInt(); in ViewNode() local765 "Preparing to read " + NCHILDREN in ViewNode()768 mChildren = new ViewNode[NCHILDREN]; in ViewNode()769 for (int i=0; i<NCHILDREN; i++) { in ViewNode()2038 final int NCHILDREN = node.getChildCount(); in dump() local2039 if (NCHILDREN > 0) { in dump()2042 for (int i=0; i<NCHILDREN; i++) { in dump()
8015 final int NCHILDREN = info.getChildCount();8016 if (NCHILDREN > 0) {8017 structure.setChildCount(NCHILDREN);8018 for (int i=0; i<NCHILDREN; i++) {