Home
last modified time | relevance | path

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

12

/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()
DHorizontalScrollViewRule.java44 public void onChildInserted(@NonNull INode child, @NonNull INode parent, in onChildInserted()
DScrollViewRule.java44 public void onChildInserted(@NonNull INode child, @NonNull INode parent, in onChildInserted()
DAbsoluteLayoutRule.java242 protected String getResizeUpdateMessage(ResizeState resizeState, INode child, INode parent, in getResizeUpdateMessage()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DTestNode.java93 public TestNode add(TestNode child) { in add()
191 TestNode child = new TestNode(viewFqcn); in insertChildAt() local
363 Element child = mElement.getOwnerDocument().createElement(getTagName(viewFqcn)); in appendChild() local
373 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
DOutlineDropListener.java208 private boolean isAncestor(UiElementNode parent, UiElementNode child) { in isAncestor()
/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
DGridLayoutConverter.java282 Element child = view.mElement; in removeUndefinedAttrs() local
451 private void convert0dipToWrapContent(Element child) { in convert0dipToWrapContent()
963 private boolean isRemovableLayout(CanvasViewInfo child) { in isRemovableLayout()
DRelativeLayoutConversionHelper.java405 Element child = children.get(index); in analyzeLinearLayout() local
543 Element child, View childView) { in analyzeGravity()
651 private void convert0dipToWrapContent(Element child) { in convert0dipToWrapContent()
683 Element child = (Element) node; in analyzeRelativeLayout() local
1609 private boolean isRemovableLayout(CanvasViewInfo child) { in isRemovableLayout()
/sdk/emulator/opengl/shared/OpenglOsUtils/
DosProcessWin.cpp27 childProcess *child = new childProcess(); in create() local
DosProcessUnix.cpp131 childProcess *child = new childProcess(); in create() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
DNewXmlFileWizard.java188 String child = type.getChild(mValues.project, root); in createXmlFile() local
194 String root, String rootAttributes, String child, ResourceFolderType folderType) { in createXmlFile()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
DAndroidTypeMoveParticipant.java317 Node child = children.item(i); in addLayoutReplacements() local
356 Node child = children.item(i); in addManifestReplacements() local
DAndroidTypeRenameParticipant.java465 Node child = children.item(i); in addLayoutReplacements() local
523 Node child = children.item(i); in addManifestReplacements() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DDeletionHandler.java75 mNodeMap.put(stripIdPrefix(id), child); in DeletionHandler() local
DResizeHandler.java181 public void updateResize(DropFeedback feedback, INode child, Rect newBounds, in updateResize()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DRulesEngine.java443 public DropFeedback callOnResizeBegin(NodeProxy child, NodeProxy parent, Rect newBounds, in callOnResizeBegin()
461 public void callOnResizeUpdate(DropFeedback feedback, NodeProxy child, NodeProxy parent, in callOnResizeUpdate()
475 public void callOnResizeEnd(DropFeedback feedback, NodeProxy child, NodeProxy parent, in callOnResizeEnd()
DViewMetadataRepository.java172 Element child = (Element) children.item(1); in getFullClassName() local
234 Element child = (Element) childNode; in getCategories() local
253 Element child, String defaultFqcn, FillPreference defaultFill, in createViewData()
/sdk/emulator/opengl/tests/ut_renderer/
DX11Windowing.cpp40 Window child; in get_window_pos() local

12