Home
last modified time | relevance | path

Searched refs:NCHILDREN (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/assist/
DAssistStructure.java2665 final int NCHILDREN = node.getChildCount(); in dump() local
2666 if (NCHILDREN > 0) { in dump()
2669 for (int i=0; i<NCHILDREN; i++) { in dump()
/frameworks/base/core/java/android/view/
DView.java11141 final int NCHILDREN = info.getChildCount();
11142 if (NCHILDREN > 0) {
11143 structure.setChildCount(NCHILDREN);
11144 for (int i=0; i<NCHILDREN; i++) {