Home
last modified time | relevance | path

Searched defs:setParent (Results 1 – 9 of 9) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DGLCallGroups.java47 void setParent(GLCallNode parent); in setParent() method
71 public void setParent(GLCallNode parent) { in setParent() method in GLCallGroups.GLTreeNode
115 public void setParent(GLCallNode parent) { in setParent() method in GLCallGroups.GLLeafNode
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
DGLAbstractAtomicProperty.java43 public void setParent(IGLProperty parent) { in setParent() method in GLAbstractAtomicProperty
DIGLProperty.java56 void setParent(IGLProperty parent); in setParent() method
DGLCompositeProperty.java111 public void setParent(IGLProperty parent) { in setParent() method in GLCompositeProperty
DGLListProperty.java147 public void setParent(IGLProperty parent) { in setParent() method in GLListProperty
DGLSparseArrayProperty.java118 public void setParent(IGLProperty parent) { in setParent() method in GLSparseArrayProperty
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DAttributeDescriptor.java74 final void setParent(ElementDescriptor parent) { in setParent() method in AttributeDescriptor
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DNestedConfiguration.java142 public void setParent(@NonNull Configuration parent) { in setParent() method in NestedConfiguration
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DExtractStyleRefactoring.java238 void setParent(String parent) { in setParent() method in ExtractStyleRefactoring