OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:findUiAttribute
(Results
1 - 4
of
4
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
ApplicationAttributesPart.java
127
UiAttributeNode ui_attr = uiElementNode.
findUiAttribute
(attr_desc);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
UiElementPart.java
219
UiAttributeNode ui_attr = uiNode.
findUiAttribute
(attr_desc);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiElementDetail.java
321
UiAttributeNode ui_attr = ui_node.
findUiAttribute
(attr_desc);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java
817
public UiAttributeNode
findUiAttribute
(AttributeDescriptor attrDesc) {
[
all
...]
Completed in 35 milliseconds