Home
last modified time | relevance | path

Searched defs:child (Results 1 – 25 of 79) sorted by relevance

1234

/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/
DViewsTreeModel.java44 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/
DTableRowRule.java46 public void onChildInserted(@NonNull INode child, @NonNull INode parent, in onChildInserted()
73 public DropFeedback onResizeBegin(@NonNull INode child, @NonNull INode parent, in onResizeBegin()
DTabHostRule.java73 INode child = frame.appendChild(FQCN_LINEAR_LAYOUT); in onCreate() local
DTableLayoutRule.java65 public void onChildInserted(@NonNull INode child, @NonNull INode parent, in onChildInserted()
199 public DropFeedback onResizeBegin(@NonNull INode child, @NonNull INode parent, in onResizeBegin()
DRelativeLayoutRule.java267 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()
DScrollViewRule.java42 public void onChildInserted(@NonNull INode child, @NonNull INode parent, in onChildInserted()
DHorizontalScrollViewRule.java44 public void onChildInserted(@NonNull INode child, @NonNull INode parent, in onChildInserted()
/sdk/common/src/com/android/io/
DFileWrapper.java50 public FileWrapper(File parent, String child) { in FileWrapper()
72 public FileWrapper(String parent, String child) { in FileWrapper()
DFolderWrapper.java38 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/
DAbstractViewRule.java117 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()
DIViewRule.java308 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/
DDrawableViewNode.java126 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/
DPackageParserUtils.java104 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/
DChildCountDetector.java118 Node child = childNodes.item(i); in getAccurateChildCount() local
DStateListDetector.java91 Element child = children.get(i); in visitDocument() local
DExtraTextDetector.java138 Node child = childNodes.item(i); in visitNode() local
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/
DViewNode.java265 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/
DTestNode.java94 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/
DTypographyFix.java64 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/
DCanvasViewInfo.java591 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/
DBasicTreeNode.java37 public void addChild(BasicTreeNode child) { in addChild()
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/devices/
DDeviceWriter.java246 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/
DDataBindingItem.java76 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/
DChangeLayoutRefactoring.java368 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/
DXmlUtils.java225 Node child = node.getFirstChild(); in findLineNumbers() local
436 Node child = node.getFirstChild(); in dump() local

1234