OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attrDesc
(Results
1 - 5
of
5
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiSeparatorAttributeNode.java
41
public UiSeparatorAttributeNode(SeparatorAttributeDescriptor
attrDesc
,
43
super(
attrDesc
, uiParent);
UiElementNode.java
457
for (AttributeDescriptor
attrDesc
: getAttributeDescriptors()) {
458
if (
attrDesc
instanceof XmlnsAttributeDescriptor) {
460
((XmlnsAttributeDescriptor)
attrDesc
).getXmlNsName(),
461
attrDesc
);
813
* @param
attrDesc
The {@link AttributeDescriptor} to match.
817
public UiAttributeNode findUiAttribute(AttributeDescriptor
attrDesc
) {
818
return getInternalUiAttributes().get(
attrDesc
);
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java
533
AttributeDescriptor
attrDesc
= attr.getDescriptor();
535
attrDesc
.getNamespaceUri(),
536
attrDesc
.getXmlLocalName(),
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java
[
all
...]
Completed in 163 milliseconds