Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 130) sorted by relevance

123456

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
DCustomViewDescriptorService.java183 IType type = javaProject.findType(javaClassName); in getDescriptor() local
279 IType type, in findCustomDescriptors()
353 private static IProject getProjectDeclaringType(IType type) { in getProjectDeclaringType()
417 private ViewElementDescriptor createViewDescriptor(IType type, IProject project, in createViewDescriptor()
508 private static AttributeDescriptor[] getAttributeDescriptor(IType type, in getAttributeDescriptor()
514 private static AttributeDescriptor[] getLayoutAttributeDescriptors(IType type, in getLayoutAttributeDescriptors()
586 IType type = null; in syncAttributes() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
DRenameResourceWizard.java53 @NonNull ResourceType type, in RenameResourceWizard()
86 @NonNull ResourceType type, in renameResource()
126 @NonNull ResourceType type, in show()
DRenameResourceXmlTextAction.java117 ResourceType type = resource.type; in run() local
129 IType type = findType(className, project); in run() local
264 ResourceType type = ResourceType.getEnum(typeString); in findItemDefinition() local
346 IType type = null; in findType() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
DResourceNameValidator.java191 ResourceFolderType type) { in create()
208 ResourceType type) { in create()
226 @NonNull ResourceType type) { in create()
DResourceHelper.java193 public static boolean isValueBasedResourceType(ResourceType type) { in isValueBasedResourceType()
217 public static boolean isFileBasedResourceType(ResourceType type) { in isFileBasedResourceType()
255 ResourceType type = parsed.type; in canCreateResource() local
279 public static boolean canCreateResourceType(ResourceType type) { in canCreateResourceType()
296 private static Pair<IFile,IRegion> createFileResource(IProject project, ResourceType type, in createFileResource()
328 public static Pair<IFile,IRegion> createResource(IProject project, ResourceType type, in createResource()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DReplaceStringsVisitor.java152 Type type = null; in examineVariableDeclaration() local
254 ITypeBinding type = types[index]; in examineMethodInvocation() local
449 private boolean isAndroidContext(Type type) { in isAndroidContext()
459 private boolean isAndroidContext(ITypeBinding type) { in isAndroidContext()
471 private boolean isJavaString(ITypeBinding type) { in isJavaString()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DAndroidXmlCharacterMatcher.java77 String type = subRegion.getType(); in findOppositeTag() local
162 String type = subRegion.getType(); in findTagBackwards() local
214 String type = subRegion.getType(); in findTagForwards() local
DHyperlinks.java547 public static String getTagName(ResourceType type) { in getTagName()
904 ResourceType type, String name, IFile file) { in findValueInXml()
936 ResourceType type, String name, IFile file, Document document) { in findValueInDocument()
1080 private static Pair<File, Integer> findValueInXml(ResourceType type, String name, File file) { in findValueInXml()
1103 private static Pair<File, Integer> findValueInDocument(ResourceType type, String name, in findValueInDocument()
1195 ResourceType type = resource.type; in getResourceLinks() local
1310 String type = context.getInnerRegion().getType(); in detectHyperlinks() local
1446 IJavaElement type = element.getAncestor(IJavaElement.TYPE); in detectHyperlinks() local
1461 IJavaElement type = element.getAncestor(IJavaElement.TYPE); in detectHyperlinks() local
1475 private IHyperlink[] createTypeLink(IJavaElement element, IJavaElement type, in createTypeLink()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/format/
DGLDataTypeSpec.java27 public GLDataTypeSpec(String type, String name) { in GLDataTypeSpec()
35 private Type getDataType(String type) { in getDataType()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
DReferenceChooserDialog.java204 ResourceType type = null; in handleSelection() local
273 ResourceType type = getSelectedResourceType(); in updateNewResButton() local
292 ResourceType type = getSelectedResourceType(); in widgetSelected() local
322 ResourceType type = null; in getSelectedResourceType() local
DResourceChooser.java151 @NonNull ResourceType type, in ResourceChooser()
183 @NonNull ResourceType type) { in create()
216 @NonNull ResourceType type, in create()
642 private String createNewFile(ResourceType type) { in createNewFile()
675 private String createNewValue(ResourceType type) { in createNewValue()
940 @NonNull ResourceType type, in chooseResource()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DMatch.java38 public final ConstraintType type; field in Match
56 ConstraintType type, int delta) { in Match()
DConstraintPainter.java70 ConstraintType type = match.type; in paintConstraint() local
183 private static void paintConstraint(IGraphics graphics, ConstraintType type, INode sourceNode, in paintConstraint()
277 private static boolean paintCornerConstraint(IGraphics graphics, ConstraintType type, in paintCornerConstraint()
382 private static void paintVerticalConstraint(IGraphics graphics, ConstraintType type, in paintVerticalConstraint()
610 private static void paintHorizontalConstraint(IGraphics graphics, ConstraintType type, in paintHorizontalConstraint()
DDeletionHandler.java149 ConstraintType type = ConstraintType.fromAttribute(name); in updateConstraints() local
171 ConstraintType type = ConstraintType.fromAttribute(name); in transfer() local
DDependencyGraph.java95 ConstraintType type = ConstraintType.fromAttribute(name); in DependencyGraph() local
286 public final ConstraintType type; field in DependencyGraph.Constraint
295 Constraint(ConstraintType type, ViewData from, ViewData to) { in Constraint()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DListViewTypeMenu.java161 public PickLayoutAction(String title, String type) { in PickLayoutAction()
203 private void setNewType(@NonNull String type, @Nullable String layout) { in setNewType()
212 LayoutMetadata.setProperty(delegate.getEditor(), xmlNode, type, layout); in setNewType() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridMatch.java33 public final SegmentType type; field in GridMatch
59 GridMatch(SegmentType type, int distance, int matchedLine, int cellIndex, in GridMatch()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
DGLSparseArrayProperty.java32 public GLSparseArrayProperty(GLStateType type, IGLProperty defaultValue) { in GLSparseArrayProperty()
42 public GLSparseArrayProperty(GLStateType type, IGLProperty defaultValue, in GLSparseArrayProperty()
50 private GLSparseArrayProperty(GLStateType type, IGLProperty defaultValue, in GLSparseArrayProperty()
DGLListProperty.java37 public GLListProperty(GLStateType type, IGLProperty template, int size) { in GLListProperty()
50 private GLListProperty(GLStateType type, List<IGLProperty> props) { in GLListProperty()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiResourceAttributeNode.java94 public UiResourceAttributeNode(ResourceType type, in UiResourceAttributeNode()
440 String type = null; in score() local
484 String type = null; in score() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
DNewXmlFileCreationPage.java918 private void onSelectType(TypeInfo type) { in onSelectType()
941 private void setSelectedType(TypeInfo type) { in setSelectedType()
965 private int getTypeComboIndex(TypeInfo type) { in getTypeComboIndex()
977 private void updateFolderPath(TypeInfo type) { in updateFolderPath()
1010 private void updateRootCombo(TypeInfo type) { in updateRootCombo()
DNewXmlFileWizard.java171 TypeInfo type = mValues.type; in createXmlFile() local
323 TypeInfo type = NewXmlFileCreationPage.getTypeInfo(folderType); in createXmlFile() local
384 public TypeInfo type; field in NewXmlFileWizard.Values
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
DShaderUniformDetailsProvider.java68 GLEnum type = (GLEnum) typeProperty.getValue(); in updateControl() local
78 private String formatUniform(String name, GLEnum type, Object value) { in formatUniform()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
DAndroidXmlFormattingStrategy.java238 String type = subRegion.getType(); in format() local
245 String type = subRegion.getType(); in format() local
257 String type = subRegion.getType(); in format() local
560 ResourceType type = ResourceType.getEnum(segments[0]); in guessStyle() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
DProjectResources.java154 ResourceType type = entry.getKey(); in getConfiguredResources() local
215 public Integer getResourceId(ResourceType type, String name) { in getResourceId()

123456