/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
D | ElementDescriptor.java | 254 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
|
D | DescriptorsUtils.java | 714 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/ |
D | GLCallGroups.java | 35 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
|
D | StateContentProvider.java | 68 public boolean hasChildren(Object element) { in hasChildren() method in StateContentProvider
|
D | GLFunctionTraceViewer.java | 656 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/ |
D | AdtProjectTest.java | 401 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()
|
D | RefactoringTest.java | 200 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/ |
D | DescriptorsUtilsTest.java | 189 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/ |
D | UiModelTreeContentProvider.java | 72 public boolean hasChildren(Object element) { in hasChildren() method in UiModelTreeContentProvider
|
D | PasteAction.java | 75 if (mUiNode.getDescriptor().hasChildren()) { in run()
|
D | NewItemSelectionDialog.java | 97 if (ui_node.getDescriptor().hasChildren()) { in NewItemSelectionDialog()
|
D | UiTreeBlock.java | 539 if (ui_root.getDescriptor().hasChildren() || in doCreateMenuAction()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
D | ResourceContentProvider.java | 90 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/ |
D | AndroidJUnitPropertyTester.java | 94 return ((IPackageFragment) element).hasChildren(); in canLaunchAsJUnitTest()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | CanvasViewInfoTest.java | 45 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/ |
D | CustomViewDescriptorService.java | 464 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/ |
D | SelectionItem.java | 219 return node.getDescriptor().hasChildren(); in isLayout()
|
D | CanvasViewInfo.java | 460 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/ |
D | ApplicationPackageNameRefactoring.java | 280 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/ |
D | AddSuppressAnnotation.java | 231 if (importEdits.hasChildren()) { in addSuppressAnnotation() 278 if (importEdits.hasChildren()) { in addTargetApiAnnotation()
|
D | LintList.java | 388 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/ |
D | ExtractStringRefactoring.java | 1637 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/ |
D | RulesEngine.java | 415 if (descriptor.hasChildren()) { in callOnPaste()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
D | ExtractStyleRefactoring.java | 374 if (rootEdit.hasChildren()) { in computeChanges()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/ |
D | LintPreferencePage.java | 588 public boolean hasChildren(Object element) { in hasChildren() method in LintPreferencePage.ContentProvider
|