Home
last modified time | relevance | path

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

123

/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.java44 public void onChildInserted(INode child, INode parent, InsertType insertType) { in onChildInserted()
68 public DropFeedback onResizeBegin(INode child, INode parent, SegmentType horizontalEdge, in onResizeBegin()
DTabHostRule.java71 INode child = frame.appendChild(FQCN_LINEAR_LAYOUT); in onCreate() local
DTableLayoutRule.java63 public void onChildInserted(INode child, INode parent, InsertType insertType) { in onChildInserted()
186 public DropFeedback onResizeBegin(INode child, INode parent, SegmentType horizontalEdge, in onResizeBegin()
DRelativeLayoutRule.java289 public DropFeedback onResizeBegin(INode child, INode parent, in onResizeBegin()
298 public void onResizeUpdate(DropFeedback feedback, INode child, INode parent, Rect newBounds, in onResizeUpdate()
305 public void onResizeEnd(DropFeedback feedback, INode child, INode parent, in onResizeEnd()
DScrollViewRule.java40 public void onChildInserted(INode child, INode parent, InsertType insertType) { in onChildInserted()
DHorizontalScrollViewRule.java42 public void onChildInserted(INode child, INode parent, InsertType insertType) { 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.java113 public void onChildInserted(INode child, INode parent, InsertType insertType) { in onChildInserted()
124 public DropFeedback onResizeBegin(INode child, INode parent, SegmentType horizontalEdge, in onResizeBegin()
130 public void onResizeUpdate(DropFeedback feedback, INode child, INode parent, Rect newBounds, in onResizeUpdate()
135 public void onResizeEnd(DropFeedback feedback, INode child, final INode parent, in onResizeEnd()
DIViewRule.java289 void onChildInserted(@NonNull INode child, @NonNull INode parent, in onChildInserted()
322 DropFeedback onResizeBegin( in onResizeBegin()
347 @NonNull INode child, in onResizeUpdate()
366 @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/
DXmlParserUtils.java59 Node child = getFirstChild(node, xmlLocalName); in getXmlString() local
78 Node child = getFirstChild(node, xmlLocalName); in getOptionalXmlString() local
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
DStateListDetector.java80 Element child = children.get(i); in visitDocument() local
DChildCountDetector.java117 Node child = childNodes.item(i); in getAccurateChildCount() local
DExtraTextDetector.java137 Node child = childNodes.item(i); in visitNode() local
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/
DViewNode.java262 ViewNode child = children.get(i); in setProfileRatings() local
268 ViewNode child = children.get(i); in setProfileRatings() local
301 ViewNode child = children.get(i); in setViewCount() 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/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DTestNode.java69 public TestNode add(TestNode child) { in add()
167 TestNode child = new TestNode(viewFqcn); in insertChildAt() local
/sdk/manifmerger/src/com/android/manifmerger/
DXmlUtils.java184 Node child = node.getFirstChild(); in findLineNumbers() local
392 Node child = node.getFirstChild(); in dump() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DChangeLayoutRefactoring.java367 Element child = (Element) node; in convertLinearToTable() local
415 Element child = (Element) node; in convertLinearToRelative() local
434 Element child = (Element) node; in convertLinearToRelative() local
532 Element child = (Element) node; in removeUndefinedAttrs() local
/sdk/layoutlib_api/src/com/android/ide/common/rendering/api/
DDataBindingItem.java76 public void addChild(DataBindingItem child) { in addChild()
/sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
DLintUtils.java163 Node child = childNodes.item(i); in getChildren() local
182 Node child = childNodes.item(i); in getChildCount() local
/sdk/emulator/opengl/shared/OpenglOsUtils/
DosProcessWin.cpp27 childProcess *child = new childProcess(); in create() local

123