Home
last modified time | relevance | path

Searched refs:children (Results 1 – 25 of 28) sorted by relevance

12

/packages/services/Telephony/src/org/apache/james/mime4j/field/address/parser/
DSimpleNode.java7 protected Node[] children; field in SimpleNode
30 if (children == null) { in jjtAddChild()
31 children = new Node[i + 1]; in jjtAddChild()
32 } else if (i >= children.length) { in jjtAddChild()
34 System.arraycopy(children, 0, c, 0, children.length); in jjtAddChild()
35 children = c; in jjtAddChild()
37 children[i] = n; in jjtAddChild()
41 return children[i]; in jjtGetChild()
45 return (children == null) ? 0 : children.length; in jjtGetNumChildren()
55 if (children != null) { in childrenAccept()
[all …]
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
DSimpleNode.java7 protected Node[] children; field in SimpleNode
30 if (children == null) { in jjtAddChild()
31 children = new Node[i + 1]; in jjtAddChild()
32 } else if (i >= children.length) { in jjtAddChild()
34 System.arraycopy(children, 0, c, 0, children.length); in jjtAddChild()
35 children = c; in jjtAddChild()
37 children[i] = n; in jjtAddChild()
41 return children[i]; in jjtGetChild()
45 return (children == null) ? 0 : children.length; in jjtGetNumChildren()
55 if (children != null) { in childrenAccept()
[all …]
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DProfileData.java41 public ArrayList<Node> children; field in ProfileData.Node
82 if (node.children == null) { in addSample()
83 node.children = new ArrayList<Node>(); in addSample()
87 ArrayList<Node> children = node.children; in addSample() local
89 for (j = 0; j < children.size(); j++) { in addSample()
90 if (children.get(j).id == id) break; in addSample()
92 if (j == children.size()) { in addSample()
93 children.add(new Node(node, id)); in addSample()
96 node = children.get(j); in addSample()
145 ArrayList<Node> children = node.children; in writeAllStacks() local
[all …]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DSimpleScrollAdapterTransform.java63 ArrayList<Animator> children = ((AnimatorSet) animator).getChildAnimations(); in applyTransformationRecursive() local
64 for (int i = children.size() - 1; i >= 0; i--) { in applyTransformationRecursive()
65 applyTransformationRecursive(distanceFromCenter, children.get(i), child); in applyTransformationRecursive()
85 ArrayList<Animator> children = ((AnimatorSet) animator).getChildAnimations(); in initializeTransformationRecursive() local
86 for (int i = children.size() - 1; i >= 0; i--) { in initializeTransformationRecursive()
87 initializeTransformationRecursive(children.get(i), duration); in initializeTransformationRecursive()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapSettingsAdapter.java260 for (BluetoothMapAccountItem children : childItem) in getGroupView()
262 boolean oldIsChecked = children.mIsChecked; in getGroupView()
264 children.mIsChecked = isChecked; in getGroupView()
265 if(oldIsChecked != children.mIsChecked){ in getGroupView()
266 updateAccount(children); in getGroupView()
DBluetoothMapAccountLoader.java160 ArrayList<BluetoothMapAccountItem> children = new ArrayList<BluetoothMapAccountItem>(); in parseAccounts() local
184 return children; in parseAccounts()
228 children.add(child); in parseAccounts()
234 return children; in parseAccounts()
/packages/apps/Camera2/src/com/android/camera/ui/
DTopRightWeightedLayout.java81 List<View> children = new ArrayList<View>(); in reverseChildren() local
83 children.add(getChildAt(i)); in reverseChildren()
85 for (View v : children) { in reverseChildren()
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DEntityDiff.java139 final ArrayList<NamedContentValues> children = entity.getSubValues(); in buildChildrenMap() local
141 children.size()); in buildChildrenMap()
142 for (NamedContentValues child : children) { in buildChildrenMap()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DStorageUtils.java213 final File[] children = dir.listFiles(); in listFilesRecursive() local
214 if (children == null) continue; in listFilesRecursive()
216 for (File child : children) { in listFilesRecursive()
/packages/services/Car/vehicle_network_service/
DVehiclePropertyAccessControl.cpp175 for (child = cur_node->children; child; child = child->next) { in populate()
283 bool ret = populate(root_element->children); in process()
/packages/apps/Launcher2/src/com/android/launcher2/
DFolder.java355 ArrayList<ShortcutInfo> children = info.contents; in bind() local
357 setupContentForNumItems(children.size()); in bind()
358 placeInReadingOrder(children); in bind()
360 for (int i = 0; i < children.size(); i++) { in bind()
361 ShortcutInfo child = (ShortcutInfo) children.get(i); in bind()
DFocusHelper.java535 final ShortcutAndWidgetContainer children = layout.getShortcutsAndWidgets(); in handleHotseatButtonKeyEvent() local
536 final View newIcon = getIconInDirection(layout, children, -1, 1); in handleHotseatButtonKeyEvent()
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DEmlAttachmentProvider.java515 final File[] children = file.listFiles(); in recursiveDelete() local
516 for (final File child : children) { in recursiveDelete()
/packages/services/Car/tests/vehiclenetworkservice_unit_tests/
DVehiclePropertyAccessControlTest.cpp183 bool result = mVehiclePropertyAccessControl.populate(root_element->children); in TEST_F()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DFusionDictionary.java116 final boolean isPossiblyOffensive, final PtNodeArray children) { in PtNode() argument
120 mChildren = children; in PtNode()
/packages/apps/Launcher3/src/com/android/launcher3/
DFolder.java376 ArrayList<ShortcutInfo> children = info.contents; in bind() local
377 Collections.sort(children, ITEM_POS_COMPARATOR); in bind()
379 ArrayList<ShortcutInfo> overflow = mContent.bindItems(children); in bind()
DWorkspace.java4305 final HashMap<ItemInfo, View> children = new HashMap<ItemInfo, View>();
4308 children.put((ItemInfo) view.getTag(), view);
4333 childrenToRemove.add(children.get(info));
4340 LauncherModel.filterItemInfos(children.keySet(), filter);
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DCall.java311 List<android.telecom.Call> children) {
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DMessageHeaderView.java583 private static void setChildVisibility(int visibility, View... children) { in setChildVisibility() argument
584 for (View v : children) { in setChildVisibility()
/packages/apps/UnifiedEmail/assets/
Dscript.js774 var body = msg.children[0]; // toss the outer div, it was just to render innerHTML into
/packages/apps/Calendar/src/com/android/calendar/event/
DEditEventView.java1291 int children = vg.getChildCount(); in addFieldsRecursive() local
1292 for (int i = 0; i < children; i++) { in addFieldsRecursive()
/packages/apps/Browser2/test/webexposed/
Dglobal-interface-listing-expected.txt625 getter children
903 getter children
927 getter children
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile1516 # number of direct children of the root node in a graph is already larger than
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile1516 # number of direct children of the root node in a graph is already larger than
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
DDoxyfile.in2313 # children of the root node in a graph is already larger than

12