Home
last modified time | relevance | path

Searched defs:children (Results 1 – 15 of 15) sorted by relevance

/packages/inputmethods/LatinIME/src/com/android/inputmethod/latin/
DExpandableDictionary.java38 NodeArray children; field in ExpandableDictionary.Node
84 private void addWordRec(NodeArray children, final String word, in addWordRec()
149 private int getWordFrequencyRec(final NodeArray children, final CharSequence word, in getWordFrequencyRec()
211 final NodeArray children = node.children; in getWordsRec() local
/packages/apps/Mms/src/com/android/mms/dom/smil/
DElementParallelTimeContainerImpl.java88 NodeList children = getTimeChildren(); in getImplicitDuration() local
116 NodeList children = getTimeChildren(); in getActiveChildrenAt() local
DElementSequentialTimeContainerImpl.java61 NodeList children = getTimeChildren(); in getDur() local
DSmilPlayer.java119 NodeList children = par.getTimeChildren(); in getParTimeline() local
178 NodeList children = seq.getTimeChildren(); in getSeqTimeline() local
/packages/apps/IM/src/com/android/im/imps/
DPtsPrimitiveSerializer.java310 ArrayList<PrimitiveElement> children = p.getChildren(); in encodePresence() local
352 ArrayList<PrimitiveElement> children = p.getChildren(); in encodeNoValuePresence() local
447 ArrayList<PrimitiveElement> children = elem.getChildren(); in appendFeature() local
488 ArrayList<PrimitiveElement> children = elem.getChildren(); in encodeValue() local
DPrimitiveElement.java71 ArrayList<PrimitiveElement> children = new ArrayList<PrimitiveElement>(); in getChildren() local
/packages/apps/Contacts/src/com/android/contacts/model/
DEntityDiff.java139 final ArrayList<NamedContentValues> children = entity.getSubValues(); in buildChildrenMap() local
/packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
DSimpleNode.java7 protected Node[] children; field in SimpleNode
/packages/apps/Calculator/src/com/android/calculator2/
DPanelSwitcher.java37 private View children[]; field in PanelSwitcher
/packages/apps/Settings/src/com/android/settings/vpn/
DUtil.java101 String[] children = sourceLocation.list(); in copyFiles() local
/packages/apps/Email/src/com/android/exchange/adapter/
DContactsSyncAdapter.java359 ArrayList<String> children = new ArrayList<String>(); in addData() local
640 private void childrenParser(ArrayList<String> children) throws IOException { in childrenParser()
1166 public void addChildren(Entity entity, ArrayList<String> children) { in addChildren()
/packages/apps/IM/libwbxml/test/
Dimps_parser_test.cpp371 vector<DomElement> children; member
/packages/apps/Contacts/src/com/android/contacts/ui/
DQuickContactWindow.java1230 ActionList children = mActions.get(mimeType); in inflateAction() local
1329 final ActionList children = (ActionList)tag; in onClick() local
/packages/apps/IM/src/com/android/im/app/
DContactListTreeAdapter.java661 int children = super.getChildrenCount(groupPosition); in getChildrenCount() local
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarSyncAdapter.java563 List<ICalendar.Component> children = component.getComponents(); in addRecurrenceToEntry() local