/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/ |
D | ViewsTreeModel.java | 44 public boolean isLeaf(Object child) { in isLeaf() 49 public void valueForPathChanged(TreePath treePath, Object child) { in valueForPathChanged() 52 public int getIndexOfChild(Object parent, Object child) { in getIndexOfChild()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
D | TableRowRule.java | 46 public void onChildInserted(@NonNull INode child, @NonNull INode parent, in onChildInserted() 73 public DropFeedback onResizeBegin(@NonNull INode child, @NonNull INode parent, in onResizeBegin()
|
D | TabHostRule.java | 73 INode child = frame.appendChild(FQCN_LINEAR_LAYOUT); in onCreate() local
|
D | TableLayoutRule.java | 65 public void onChildInserted(@NonNull INode child, @NonNull INode parent, in onChildInserted() 199 public DropFeedback onResizeBegin(@NonNull INode child, @NonNull INode parent, in onResizeBegin()
|
D | RelativeLayoutRule.java | 267 public DropFeedback onResizeBegin(@NonNull INode child, @NonNull INode parent, in onResizeBegin() 276 public void onResizeUpdate(@Nullable DropFeedback feedback, @NonNull INode child, in onResizeUpdate() 288 public void onResizeEnd(@Nullable DropFeedback feedback, @NonNull INode child, in onResizeEnd()
|
D | ScrollViewRule.java | 42 public void onChildInserted(@NonNull INode child, @NonNull INode parent, in onChildInserted()
|
D | HorizontalScrollViewRule.java | 44 public void onChildInserted(@NonNull INode child, @NonNull INode parent, in onChildInserted()
|
/sdk/common/src/com/android/io/ |
D | FileWrapper.java | 50 public FileWrapper(File parent, String child) { in FileWrapper() 72 public FileWrapper(String parent, String child) { in FileWrapper()
|
D | FolderWrapper.java | 38 public FolderWrapper(File parent, String child) { in FolderWrapper() 60 public FolderWrapper(String parent, String child) { in FolderWrapper()
|
/sdk/rule_api/src/com/android/ide/common/api/ |
D | AbstractViewRule.java | 117 public void onChildInserted(@NonNull INode child, @NonNull INode parent, in onChildInserted() 128 public DropFeedback onResizeBegin(@NonNull INode child, @NonNull INode parent, in onResizeBegin() 136 public void onResizeUpdate(@Nullable DropFeedback feedback, @NonNull INode child, in onResizeUpdate() 142 public void onResizeEnd(@Nullable DropFeedback feedback, @NonNull INode child, in onResizeEnd()
|
D | IViewRule.java | 308 void onChildInserted(@NonNull INode child, @NonNull INode parent, in onChildInserted() 354 DropFeedback onResizeBegin( in onResizeBegin() 379 @NonNull INode child, in onResizeUpdate() 398 @NonNull INode child, in onResizeEnd()
|
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/util/ |
D | DrawableViewNode.java | 126 DrawableViewNode child = new DrawableViewNode(viewNode.children.get(i)); in DrawableViewNode() local 168 DrawableViewNode child = children.get(i); in placeRoot() local 193 DrawableViewNode child = children.get(i); in place() local 260 DrawableViewNode child = root.children.get(i); in move() local
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/packages/ |
D | PackageParserUtils.java | 104 Node child = findChildElement(node, xmlLocalName); in getXmlString() local 123 Node child = findChildElement(node, xmlLocalName); in getOptionalXmlString() local
|
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/ |
D | ChildCountDetector.java | 118 Node child = childNodes.item(i); in getAccurateChildCount() local
|
D | StateListDetector.java | 91 Element child = children.get(i); in visitDocument() local
|
D | ExtraTextDetector.java | 138 Node child = childNodes.item(i); in visitNode() local
|
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/ |
D | ViewNode.java | 265 ViewNode child = children.get(i); in setProfileRatings() local 271 ViewNode child = children.get(i); in setProfileRatings() local 304 ViewNode child = children.get(i); in setViewCount() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
D | TestNode.java | 94 public TestNode add(TestNode child) { in add() 192 TestNode child = new TestNode(viewFqcn); in insertChildAt() local 364 Element child = mElement.getOwnerDocument().createElement(getTagName(viewFqcn)); in appendChild() local 374 Element child = mElement.getOwnerDocument().createElement(getTagName(viewFqcn)); in insertChildAt() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
D | TypographyFix.java | 64 Node child = childNodes.item(i); in apply() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | CanvasViewInfo.java | 591 private void addChild(@NonNull CanvasViewInfo child) { in addChild() 596 private void addChildAt(int index, @NonNull CanvasViewInfo child) { in addChildAt() 607 public boolean removeChild(@NonNull CanvasViewInfo child) { in removeChild() 1005 ViewInfo child = children.get(index); in addMismatched() local 1060 infoMap.put(child.getUiViewNode(), child); in addMismatched() local 1145 ViewInfo child = children.get(index); in nextViewNode() local
|
/sdk/uiautomatorviewer/src/com/android/uiautomator/tree/ |
D | BasicTreeNode.java | 37 public void addChild(BasicTreeNode child) { in addChild()
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/devices/ |
D | DeviceWriter.java | 246 Node child = children.item(i); in generateStateNode() local 254 Element child = doc.createElement(PREFIX + tag); in addElement() local
|
/sdk/layoutlib_api/src/com/android/ide/common/rendering/api/ |
D | DataBindingItem.java | 76 public void addChild(DataBindingItem child) { in addChild()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
D | ChangeLayoutRefactoring.java | 368 Element child = (Element) node; in convertLinearToTable() local 416 Element child = (Element) node; in convertLinearToRelative() local 435 Element child = (Element) node; in convertLinearToRelative() local 533 Element child = (Element) node; in removeUndefinedAttrs() local
|
/sdk/manifmerger/src/com/android/manifmerger/ |
D | XmlUtils.java | 225 Node child = node.getFirstChild(); in findLineNumbers() local 436 Node child = node.getFirstChild(); in dump() local
|