HomeSort by relevance Sort by last modified time
    Searched refs:numberChildren (Results 1 - 2 of 2) sorted by null

  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/
CommonUtil.java 142 int numberChildren = node.getChildCount();
143 builder.append(prefix).append("# children: ").append(numberChildren)
149 for (int i = 0; i < numberChildren; i++) {
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/
CommonUtil.java 142 int numberChildren = node.getChildCount();
143 builder.append(prefix).append("# children: ").append(numberChildren)
149 for (int i = 0; i < numberChildren; i++) {

Completed in 505 milliseconds