Searched defs:children (Results 1 - 11 of 11) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/logging/
H A DDumpTargetWrapper.java38 ArrayList<DumpTargetWrapper> children; field in class:DumpTargetWrapper
41 children = new ArrayList<>();
59 children.add(child);
65 if (!children.isEmpty()) {
66 for(DumpTargetWrapper t: children) {
/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DProfileData.java41 public ArrayList<Node> children; field in class:ProfileData.Node
82 if (node.children == null) {
83 node.children = new ArrayList<Node>();
87 ArrayList<Node> children = node.children;
89 for (j = 0; j < children.size(); j++) {
90 if (children.get(j).id == id) break;
92 if (j == children.size()) {
93 children.add(new Node(node, id));
96 node = children
[all...]
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
H A DSimpleNode.java7 protected Node[] children; field in class:SimpleNode
30 if (children == null) {
31 children = new Node[i + 1];
32 } else if (i >= children.length) {
34 System.arraycopy(children, 0, c, 0, children.length);
35 children = c;
37 children[i] = n;
41 return children[i];
45 return (children
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DBrowseTree.java81 // Each node of the tree is represented by Folder ID, Folder Name and the children.
99 // List of children.
186 synchronized <E> void refreshChildren(String parentID, List<E> children) { argument
192 refreshChildren(parent, children);
195 synchronized <E> void refreshChildren(BrowseNode parent, List<E> children) { argument
196 if (children == null) {
197 Log.e(TAG, "children cannot be null ");
202 for (E child : children) {
242 // Remove existing children and then add the new children
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DBrowsedMediaPlayer.java66 /* The mediaId to be used for subscribing for children using the MediaBrowser */
134 public void onChildrenLoaded(String parentId, List<MediaBrowser.MediaItem> children) {
135 if (DEBUG) Log.d(TAG, "OnChildren Loaded folder items: childrens= " + children.size());
143 mFolderItems = children;
145 (byte)0x00, children.size(), ROOT_FOLDER);
147 mFolderItems = children;
176 public void onChildrenLoaded(String parentId, List<MediaBrowser.MediaItem> children) { argument
181 if (children == null) {
182 Log.w(TAG, logprefix + "children list is null parentId: " + parentId);
185 for (MediaBrowser.MediaItem item : children) {
533 checkIndexOutofBounds( byte[] bdaddr, List<MediaBrowser.MediaItem> children, long startItem, long endItem) argument
559 getFolderItemsFilterAttr(byte[] bdaddr, AvrcpCmd.FolderItemsCmd mFolderItemsReqObj, List<MediaBrowser.MediaItem> children, byte scope, long startItem, long endItem) argument
[all...]
/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
H A DUiCallManager.java665 public void onChildrenChanged(Call telecomCall, List<Call> children) { argument
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DFusionDictionary.java70 * and children (Pt means Patricia Trie).
75 * of the trie tree; as such, it can be a terminal, and it can have children.
79 * shortcuts and/or bigrams, but a non-terminal may not. Moreover, children, if present,
116 final boolean isPossiblyOffensive, final PtNodeArray children) {
120 mChildren = children;
114 PtNode(final int[] chars, final ArrayList<WeightedString> bigrams, final ProbabilityInfo probabilityInfo, final boolean isNotAWord, final boolean isPossiblyOffensive, final PtNodeArray children) argument
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DMessageHeaderView.java583 private static void setChildVisibility(int visibility, View... children) { argument
584 for (View v : children) {
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...
/packages/apps/TV/libs/
H A Dexoplayer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...
H A Dexoplayer_v2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer2/ ...

Completed in 4313 milliseconds