/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
D | LayoutContentAssist.java | 186 ITypeHierarchy hierarchy = type.newTypeHierarchy(new NullProgressMonitor()); in computeAttributeValues() local 187 IType[] allSubtypes = hierarchy.getAllSubtypes(type); in computeAttributeValues() 198 ITypeHierarchy hierarchy = type.newTypeHierarchy( in computeAttributeValues() local 200 IType[] allSubtypes = hierarchy.getAllSubtypes(type); in computeAttributeValues()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | LintOverlay.java | 69 ViewHierarchy hierarchy = mCanvas.getViewHierarchy(); in paint() local 87 CanvasViewInfo vi = hierarchy.findViewInfoFor(node); in paint()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | fragmentlayout-expected-complation77.txt | 4 … follow the visual style of system preferences. It is easy to create a hierarchy of preferences (…
|
D | fragmentlayout-expected-complation78.txt | 4 … follow the visual style of system preferences. It is easy to create a hierarchy of preferences (…
|
D | completion12-expected-completion75.txt | 37 … If the reference refers to a view that does not exist or is part of a hierarchy that is invisibl… 38 … If the reference refers to a view that does not exist or is part of a hierarchy that is invisibl… 39 … If the reference refers to a view that does not exist or is part of a hierarchy that is invisibl… 40 … If the reference refers to a view that does not exist or is part of a hierarchy that is invisibl…
|
D | completion1-expected-completion39.txt | 112 … If the reference refers to a view that does not exist or is part of a hierarchy that is invisibl… 113 … If the reference refers to a view that does not exist or is part of a hierarchy that is invisibl… 114 … If the reference refers to a view that does not exist or is part of a hierarchy that is invisibl… 115 … If the reference refers to a view that does not exist or is part of a hierarchy that is invisibl…
|
D | completion5-expected-completion40.txt | 112 … If the reference refers to a view that does not exist or is part of a hierarchy that is invisibl… 113 … If the reference refers to a view that does not exist or is part of a hierarchy that is invisibl… 114 … If the reference refers to a view that does not exist or is part of a hierarchy that is invisibl… 115 … If the reference refers to a view that does not exist or is part of a hierarchy that is invisibl…
|
D | completionvalues1-expected-completion32.txt | 176 … If the reference refers to a view that does not exist or is part of a hierarchy that is invisibl… 177 … If the reference refers to a view that does not exist or is part of a hierarchy that is invisibl… 179 … If the reference refers to a view that does not exist or is part of a hierarchy that is invisibl… 180 … If the reference refers to a view that does not exist or is part of a hierarchy that is invisibl…
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
D | ClientRulesEngine.java | 459 ITypeHierarchy hierarchy = 461 oldFragmentTypes = hierarchy.getAllSubtypes(oldFragmentType); 465 ITypeHierarchy hierarchy = 467 fragmentTypes = hierarchy.getAllSubtypes(fragmentType); 561 ITypeHierarchy hierarchy = 563 viewTypes = hierarchy.getAllSubtypes(fragmentType);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/ |
D | UiClassAttributeNode.java | 161 ITypeHierarchy hierarchy = type.newSupertypeHierarchy( in getFilterExtension() local 164 IType[] supertypes = hierarchy.getAllSupertypes(type); in getFilterExtension() 706 ITypeHierarchy hierarchy = type.newTypeHierarchy(new NullProgressMonitor()); 707 IType[] allSubtypes = hierarchy.getAllSubtypes(type);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/ |
D | CustomViewDescriptorService.java | 188 ITypeHierarchy hierarchy = type.newSupertypeHierarchy( in getDescriptor() local 192 hierarchy.getSuperclass(type), project, hierarchy); in getDescriptor()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
D | BaseProjectHelper.java | 300 ITypeHierarchy hierarchy = type.newSupertypeHierarchy(new NullProgressMonitor()); in testClassForManifest() local 307 while ((superType = hierarchy.getSuperclass(superType)) != null && in testClassForManifest()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
D | EclipseLintClient.java | 994 ITypeHierarchy hierarchy = type.newSupertypeHierarchy(new NullProgressMonitor()); 995 IType superType = hierarchy.getSuperclass(type); 1043 ITypeHierarchy hierarchy = type.newSupertypeHierarchy(new NullProgressMonitor()); 1044 IType[] allSupertypes = hierarchy.getAllSuperclasses(type);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
D | AndroidTypeRenameParticipant.java | 155 … ITypeHierarchy hierarchy = type.newSupertypeHierarchy(new NullProgressMonitor()); in initialize() local 156 if (hierarchy.contains(classView)) { in initialize()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/ |
D | ManifestInfo.java | 706 ITypeHierarchy hierarchy = in getProjectActivities() local 708 activityTypes = hierarchy.getAllSubtypes(activityType); in getProjectActivities()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
D | NewTemplatePage.java | 809 ITypeHierarchy hierarchy = activityType.newTypeHierarchy(monitor); in chooseActivity() local 810 IType[] classes = hierarchy.getAllSubtypes(activityType); in chooseActivity()
|
/sdk/files/typos/ |
D | typos-en.txt | 2196 heirarchy->hierarchy 2213 hierachy->hierarchy 2215 hierarcy->hierarchy
|
/sdk/eclipse/ |
D | changes.txt | 289 to another, and can also flatten a layout hierarchy.
|