Home
last modified time | relevance | path

Searched refs:hasChildren (Results 1 – 25 of 29) sorted by relevance

12

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DElementDescriptor.java254 int color = hasChildren() ? IconFactory.COLOR_BLUE in getCustomizedIcon()
256 int shape = hasChildren() ? IconFactory.SHAPE_RECT in getCustomizedIcon()
288 int color = hasChildren() ? IconFactory.COLOR_BLUE : IconFactory.COLOR_GREEN; in getImageDescriptor()
289 int shape = hasChildren() ? IconFactory.SHAPE_RECT : IconFactory.SHAPE_CIRCLE; in getImageDescriptor()
313 public boolean hasChildren() { in hasChildren() method in ElementDescriptor
DDescriptorsUtils.java714 boolean fill = descriptor.hasChildren() &&
929 if (descriptor.hasChildren()) { in canInsertChildren()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DGLCallGroups.java35 boolean hasChildren(); in hasChildren() method
61 public boolean hasChildren() { in hasChildren() method in GLCallGroups.GLTreeNode
100 public boolean hasChildren() { in hasChildren() method in GLCallGroups.GLLeafNode
DStateContentProvider.java68 public boolean hasChildren(Object element) { in hasChildren() method in StateContentProvider
DGLFunctionTraceViewer.java656 if (parent.hasChildren()) { in getChildren()
673 public boolean hasChildren(Object element) { in hasChildren() method in GLFunctionTraceViewer.GLFrameContentProvider
678 return ((GLCallNode) element).hasChildren(); in hasChildren()
771 if (!element.hasChildren()) { in getTextUnderNode()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DAdtProjectTest.java401 public static ViewElementDescriptor createDesc(String name, String fqn, boolean hasChildren) { in createDesc() argument
402 if (hasChildren) { in createDesc()
411 boolean hasChildren) { in createNode() argument
413 ViewElementDescriptor descriptor = createDesc(name, fqn, hasChildren); in createNode()
421 public static UiViewElementNode createNode(String fqn, boolean hasChildren) { in createNode() argument
422 return createNode(null, fqn, hasChildren); in createNode()
DRefactoringTest.java200 boolean hasChildren = children.size() > 0; in createModel()
201 UiViewElementNode node = createNode(parent, fqcn, hasChildren); in createModel()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/descriptors/
DDescriptorsUtilsTest.java189 private static ViewElementDescriptor createDesc(String name, String fqn, boolean hasChildren) { in createDesc() argument
190 if (hasChildren) { in createDesc()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
DUiModelTreeContentProvider.java72 public boolean hasChildren(Object element) { in hasChildren() method in UiModelTreeContentProvider
DPasteAction.java75 if (mUiNode.getDescriptor().hasChildren()) { in run()
DNewItemSelectionDialog.java97 if (ui_node.getDescriptor().hasChildren()) { in NewItemSelectionDialog()
DUiTreeBlock.java539 if (ui_root.getDescriptor().hasChildren() || in doCreateMenuAction()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
DResourceContentProvider.java90 public boolean hasChildren(Object element) { in hasChildren() method in ResourceContentProvider
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
DAndroidJUnitPropertyTester.java94 return ((IPackageFragment) element).hasChildren(); in canLaunchAsJUnitTest()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DCanvasViewInfoTest.java45 public static ViewElementDescriptor createDesc(String name, String fqn, boolean hasChildren) { in createDesc() argument
46 if (hasChildren) { in createDesc()
55 boolean hasChildren) { in createNode() argument
57 ViewElementDescriptor descriptor = createDesc(name, fqn, hasChildren); in createNode()
65 public static UiViewElementNode createNode(String fqn, boolean hasChildren) { in createNode() argument
66 return createNode(null, fqn, hasChildren); in createNode()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
DCustomViewDescriptorService.java464 boolean hasChildren = isViewGroup || parentDescriptor.hasChildren(); in createViewDescriptor()
466 if (hasChildren && builtInList != null) { in createViewDescriptor()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DSelectionItem.java219 return node.getDescriptor().hasChildren(); in isLayout()
DCanvasViewInfo.java460 return mUiViewNode != null && (mUiViewNode.getDescriptor().hasChildren() || in isInvisible()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
DApplicationPackageNameRefactoring.java280 if (multiEdit.hasChildren()) { in editXmlResourceFile()
396 if (multiEdit.hasChildren()) { in editAndroidManifest()
442 if (textEdit != null && textEdit.hasChildren()) { in visit()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DAddSuppressAnnotation.java231 if (importEdits.hasChildren()) { in addSuppressAnnotation()
278 if (importEdits.hasChildren()) { in addTargetApiAnnotation()
DLintList.java388 public boolean hasChildren(Object element) { in hasChildren() method in LintList.ContentProvider
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DExtractStringRefactoring.java1637 multiEdit.hasChildren()) {
1837 if (subEdit.hasChildren()) {
1843 if (subEdit.hasChildren()) {
1848 if (edit.hasChildren()) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DRulesEngine.java415 if (descriptor.hasChildren()) { in callOnPaste()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DExtractStyleRefactoring.java374 if (rootEdit.hasChildren()) { in computeChanges()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
DLintPreferencePage.java588 public boolean hasChildren(Object element) { in hasChildren() method in LintPreferencePage.ContentProvider

12