Home
last modified time | relevance | path

Searched refs:hierarchy (Results 1 – 18 of 18) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DLayoutContentAssist.java186 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/
DLintOverlay.java69 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/
Dfragmentlayout-expected-complation77.txt4 … follow the visual style of system preferences. It is easy to create a hierarchy of preferences (…
Dfragmentlayout-expected-complation78.txt4 … follow the visual style of system preferences. It is easy to create a hierarchy of preferences (…
Dcompletion12-expected-completion75.txt37 … 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…
Dcompletion1-expected-completion39.txt112 … 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…
Dcompletion5-expected-completion40.txt112 … 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…
Dcompletionvalues1-expected-completion32.txt176 … 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/
DClientRulesEngine.java459 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/
DUiClassAttributeNode.java161 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/
DCustomViewDescriptorService.java188 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/
DBaseProjectHelper.java300 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/
DEclipseLintClient.java994 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/
DAndroidTypeRenameParticipant.java155 … 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/
DManifestInfo.java706 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/
DNewTemplatePage.java809 ITypeHierarchy hierarchy = activityType.newTypeHierarchy(monitor); in chooseActivity() local
810 IType[] classes = hierarchy.getAllSubtypes(activityType); in chooseActivity()
/sdk/files/typos/
Dtypos-en.txt2196 heirarchy->hierarchy
2213 hierachy->hierarchy
2215 hierarcy->hierarchy
/sdk/eclipse/
Dchanges.txt289 to another, and can also flatten a layout hierarchy.